Whamcloud - gitweb
Branch b1_8_gate
authorjohann <johann>
Mon, 28 Jul 2008 08:56:03 +0000 (08:56 +0000)
committerjohann <johann>
Mon, 28 Jul 2008 08:56:03 +0000 (08:56 +0000)
commit477534a1955491fd68ebdd9707930087f3cf77a3
treefc04ee3888a61e54d1a952880a7f37e256b1fec3
parent17d76c943bef8e7dbe804f6c6b4fd997ad60ffb2
Branch b1_8_gate
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.
lustre/ChangeLog