Whamcloud - gitweb
LU-5468 llite: don't call make_bad_inode() on an old inode 09/11609/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 26 Aug 2014 21:36:03 +0000 (16:36 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 24 Sep 2014 13:52:11 +0000 (13:52 +0000)
commit644b94eb136eb32d97c53a450cfe80da946c7ab7
treef2ac6e649823dfc2edcd08d9db4ec3d634a74cbc
parente50fc41ad6383e31b896a9306307f10ced1b3de2
LU-5468 llite: don't call make_bad_inode() on an old inode

In ll_iget() if ll_update_inode() fails then do not call
make_bad_inode() on the inode since it may still be in use.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I10bb0ad606fad2eff6f6cf5cc7da157e9db59c94
Reviewed-on: http://review.whamcloud.com/11609
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/namei.c