Whamcloud - gitweb
LU-8891 llite: rcu-walk check should not depend on statahead 95/24195/3
authorSteve Guminski <stephenx.guminski@intel.com>
Wed, 7 Dec 2016 13:02:52 +0000 (08:02 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 13 Jun 2017 16:55:08 +0000 (16:55 +0000)
commitd054c3d4c173a41ca7c74ebe361d6de2e7aa507a
tree7fa75c7d1d2f5647654ef883395848ac430943c1
parent4eeff96e35c65ba818f604ead2efd66d26241dc0
LU-8891 llite: rcu-walk check should not depend on statahead

Moves the check for the LOOKUP_RCU flag, so that it does not depend
on the statahead setting.  The caller is now informed if rcu-walk
was requested but the filesystem does not support it, regardless
of whether statahead is enabled or disabled.

Signed-off-by: Steve Guminski <stephenx.guminski@intel.com>
Change-Id: I0dcfd594c1b44cba1741c60a24ed623ef635b79c
Reviewed-on: https://review.whamcloud.com/24195
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/dcache.c