Whamcloud - gitweb
LU-668 mdd: Rename MDS_*_FL to LUSTRE_*_FL and update usage
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Aug 2011 16:58:20 +0000 (09:58 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Dec 2011 18:11:42 +0000 (13:11 -0500)
commitff91e4a3f69bb10e28b76a5ea67cbe1759bf748a
treee0efff0d97c28b9223191216198f27cd3edac987
parent9d86891f403f7a49929ebe036359cc5aeb7fea69
LU-668 mdd: Rename MDS_*_FL to LUSTRE_*_FL and update usage

Fully remove MDS_*_FL and replace them with LUSTE_*_FL.  These
values are explictly not defined using LDISKFS_*_FL as was
done in mdd_internal.h to avoid a dependency on ldiskfs.h.

"These flags are part of the wire protocol.  We already have
portable definitions of these as "MDS_APPEND_FL", et. al.
in lustre_idl.h.  Since MDS_*_FL is no longer used in the
Lustre code (in preference to LUSTRE_*_FL), it makes sense
to just rename these in lustre_idl.h, and their corresponding
uses in wire*.c."
    -- Andreas

This was originally filed as Lustre bugzilla 22408.

Change-Id: Ib606bd43a93fc7c53f1660cc63751ec4ff9a76ed
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-on: http://review.whamcloud.com/1349
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/contrib/packet-lustre.c
lustre/include/lustre/lustre_idl.h
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_object.c
lustre/ptlrpc/wiretest.c
lustre/utils/wirecheck.c
lustre/utils/wiretest.c