Whamcloud - gitweb
This fixes a race between killing inodes in obdfs and in ext2obd.
authorbraam <braam>
Fri, 19 Oct 2001 18:54:07 +0000 (18:54 +0000)
committerbraam <braam>
Fri, 19 Oct 2001 18:54:07 +0000 (18:54 +0000)
commit39e6861997e34fd53785655561b393b54f7938d2
tree3f937d769ce98e195d03e194670073a976873e20
parent5d856051340ce9a4e38df6b57d48934a9ee598e6
This fixes a race between killing inodes in obdfs and in ext2obd.

When files are kept open in obdfs it is important not to propagate
the 0 link count to ext2obd since that would delete the inode prematurely.

This one seems to run dbench 50 ok.
lustre/obdfs/namei.c
lustre/obdfs/super.c