Whamcloud - gitweb
Fix another nasty bug in ll_common_unlink - we were always setting the
authoradilger <adilger>
Fri, 23 Aug 2002 21:35:30 +0000 (21:35 +0000)
committeradilger <adilger>
Fri, 23 Aug 2002 21:35:30 +0000 (21:35 +0000)
commit0519116c56f55bd482d886b3a4ea182442441f9c
tree6df6a06295252b9a90b787a8a1c5e0eaf7177d15
parentc35b436b97bcf9859d180a48c807c4e4c80b2fbe
Fix another nasty bug in ll_common_unlink - we were always setting the
inode link count to zero, instead of just decrementing it.

Use a common name for ll_inode_info variables for clarity.
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c