Whamcloud - gitweb
LU-10485 lustre: move LA_* flags to lustre_user.h 25/30825/4
authorSebastien Buisson <sbuisson@ddn.com>
Wed, 10 Jan 2018 16:24:47 +0000 (01:24 +0900)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 31 Jan 2018 05:52:29 +0000 (05:52 +0000)
commit2b14e545001b97e59e3aa41affc35de14b2616f0
tree4610b5622aed398534a11863e02709ba26a34058
parentd9938494aa4451bb88dddb8ef0a146dcf7448612
LU-10485 lustre: move LA_* flags to lustre_user.h

The LA_* flags are written to disk as part of the ChangeLog records
in mdd_attr_set_changelog(), which means they are now part of the
on-disk and network protocol, and cannot be changed (at least not the
first 12 bits that are written).
They need to be moved to lustre_user.h.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I9fc92e01301e70f0f4e5cd74135b9b2079d63658
Reviewed-on: https://review.whamcloud.com/30825
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
lustre/include/lu_object.h
lustre/include/uapi/linux/lustre/lustre_user.h