Whamcloud - gitweb
LU-10824 llite: don't use ll_mnt to get fstype name 25/33025/3
authorJames Simmons <uja.ornl@yahoo.com>
Sat, 18 Aug 2018 16:07:12 +0000 (12:07 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 28 Aug 2018 05:13:39 +0000 (05:13 +0000)
commit5793d80109ac881a1e2a84307a4372f92b97cae0
tree02d73f886bf28e5e8436cb3725f785fc954c71a6
parent52dff46b877883c8eb3372330b0b1f3c930b9376
LU-10824 llite: don't use ll_mnt to get fstype name

Originally lustre would report using the fstype proc file either
'lustre' or 'llite'. This required us to query struct super_block
but its been a very long time since that is the case. This also
removes a direct use of ll_mnt. The fix is simply report 'lustre'.

Test-Parameters: trivial

Change-Id: Ia766c8e0a027e58a48de8fa6e2756238e20312b2
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/33025
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/lproc_llite.c