Whamcloud - gitweb
Branch HEAD
authorjohann <johann>
Mon, 28 Jul 2008 09:03:41 +0000 (09:03 +0000)
committerjohann <johann>
Mon, 28 Jul 2008 09:03:41 +0000 (09:03 +0000)
commitc0a26871d2511bf3b0580130fb37e026c0a3a3ed
treef520f435bc3a7e7687c48b2ba79251dd62c1097c
parent42bfd7fc75148768a62c050ba32b21007e41ec4c
Branch HEAD
b=16362
i=bzzz
i=adilger

looking up an inode via iopen with the wrong generation number can
populate the dcache with a disconneced dentry while the inode
number is in the process of being reallocated. This causes an
assertion failure in iopen since the inode's dentry list contains
both a connected and disconnected dentry.
ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch
ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch
ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch
ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch