Whamcloud - gitweb
LU-6142 obd: change lmd flags to bitmap 12/49912/9
authorJames Simmons <jsimmons@infradead.org>
Sun, 30 Apr 2023 13:06:44 +0000 (09:06 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 19 May 2023 07:00:41 +0000 (07:00 +0000)
commita342697e580ffea623e4270647b7480302916c10
treec5f5e16b472b6a959acabcd3781068d7634ad0cb
parent814691bcffab0a19240121740fb85a1912886a3c
LU-6142 obd: change lmd flags to bitmap

Change lmd flags to an enum that is accessible with the Linux
bitmap API. This lays the foundation for creating a match table
for the server options for mounting.

Change-Id: If7906a9a3ba177b67d0cfbaa276a00a6ba9b7b6d
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49912
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/autoconf/lustre-libcfs.m4
libcfs/include/libcfs/linux/linux-misc.h
libcfs/libcfs/linux/linux-prim.c
lustre/include/lustre_disk.h
lustre/mdt/mdt_handler.c
lustre/mgc/mgc_request.c
lustre/obdclass/obd_mount.c
lustre/ofd/ofd_dev.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-zfs/osd_handler.c
lustre/target/tgt_mount.c