Whamcloud - gitweb
LU-11044 osd-ldiskfs: ext4_dir_operations uses iterate_shared 86/32486/2
authorChris Horn <hornc@cray.com>
Tue, 22 May 2018 14:39:14 +0000 (09:39 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Jul 2018 06:00:04 +0000 (06:00 +0000)
commitcc4780ad2c69b0bbc6c49cb473fd9f7945c01e5c
treea20d4fba17cdfa83c2f90ad17969d84bbe31c0eb
parent6696e538a9d777fd4f5f9bc1d2d0e03d63075938
LU-11044 osd-ldiskfs: ext4_dir_operations uses iterate_shared

Linux 4.7 commit ae05327a00fd47c34dfe25294b359a3f3fef96e8 replaces
ext4_dir_operations iterate with iterate_shared. dir_relaxed_shared()
was also added in that commit, so we can use that function to verify
that the ext4_dir_operations is using iterate_shared.

Cray-bug-id: LUS-6008
Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: I67ff714296cab96408cb74fba62855c0e12cdf43
Reviewed-on: https://review.whamcloud.com/32486
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_scrub.c