Whamcloud - gitweb
Branch HEAD
authorjohann <johann>
Mon, 28 Jul 2008 09:03:42 +0000 (09:03 +0000)
committerjohann <johann>
Mon, 28 Jul 2008 09:03:42 +0000 (09:03 +0000)
commit81c6a63c9595aede23a8460f84cde37bff7f833f
treee792af4c758fa5634913abfbbaf075766c95334c
parent8259688b3110e414cf45e8fc6f6cd06406cf5ac2
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.
lustre/ChangeLog