Whamcloud - gitweb
LU-8697 llite: remove IS_ERR(master_inode) check 51/23151/2
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 13 Oct 2016 22:32:51 +0000 (18:32 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 25 Oct 2016 02:24:35 +0000 (02:24 +0000)
commit84f6e2cd3db3ea29b23ae16d767573d5544d88bd
tree87291b178ddcb293e42c20d8981f54022f055710
parentb4e0b8d4d0634e79f8c4dcf8cfa434db3a97f0be
LU-8697 llite: remove IS_ERR(master_inode) check

The kernel function ilookup5_nowait never returns
IS_ERR so we can remove the IS_ERR check in the
ll_md_blocking_ast() function.

Change-Id: I5e72a8f70857f178a2377e9db80b2e2139c56ec3
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/23151
Tested-by: Jenkins
Reviewed-by: Frank Zago <fzago@cray.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/namei.c