Whamcloud - gitweb
Branch b1_6
authorjohann <johann>
Mon, 28 Jul 2008 08:43:45 +0000 (08:43 +0000)
committerjohann <johann>
Mon, 28 Jul 2008 08:43:45 +0000 (08:43 +0000)
commit8259688b3110e414cf45e8fc6f6cd06406cf5ac2
tree739d020e840b39b020cf1d80a4f5a554cf59941d
parent70e80ade90af09300396706b8910e196a7928520
Branch b1_6
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-suse.patch
ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch
ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch