Whamcloud - gitweb
b=20989 Don't search for inode in nfs get_dentry
authorOleg Drokin <green@linuxhacker.ru>
Tue, 2 Feb 2010 05:20:23 +0000 (00:20 -0500)
committerRobert Read <rread@sun.com>
Tue, 2 Feb 2010 06:27:41 +0000 (22:27 -0800)
Getting inode separately without some sort of locking enabled a situation where
several threads tried to populate same inode with different lsm data at the same
time leading to lsm pointer change (and leak).

i=johann
i=bzzz


No differences found