Whamcloud - gitweb
[liblustre]: fix inode->i_ref leak. if pnode revalidation failed we need
authorericm <ericm>
Tue, 16 Sep 2003 09:32:09 +0000 (09:32 +0000)
committerericm <ericm>
Tue, 16 Sep 2003 09:32:09 +0000 (09:32 +0000)
commit2f746db408bf0aeeb3226d4b83e2a67e9c241b6d
tree7beabde7d651adcf6bfb92d1ed5feadedc693504
parentc2a24725dd8e9de41daa4af0bab6cdd99ff9e4b7
[liblustre]: fix inode->i_ref leak. if pnode revalidation failed we need
remove the stale inode right away to prevent others access it again which
cause i_ref leak. it's an libsysio limitation, not sure if it's the best
way.
lustre/liblustre/namei.c