From 6a7973b4aab3938f9f25bb223988a57d43f20bb5 Mon Sep 17 00:00:00 2001 From: huanghua Date: Thu, 21 Feb 2008 02:02:05 +0000 Subject: [PATCH] Branch b1_6 b=14149 a=15414 i=yong.fan i=yury.umanets define OBD_CONNECT_FID flag. --- lustre/include/lustre/lustre_idl.h | 1 + lustre/obdclass/lprocfs_status.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 5648c75..eb9264b 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -296,6 +296,7 @@ extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); #define OBD_CONNECT_CHANGE_QS 0x10000000ULL /*shrink/enlarge qunit size *b=10600 */ #define OBD_CONNECT_CKSUM 0x20000000ULL /*support several cksum algos */ +#define OBD_CONNECT_FID 0x40000000ULL /* FID is supported */ /* also update obd_connect_names[] for lprocfs_rd_connect_flags() * and lustre/utils/wirecheck.c */ diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index a99a781..8f6833b 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -662,6 +662,7 @@ static const char *obd_connect_names[] = { "real_conn", "change_qunit_size", "alt_checksum_algorithm", + "fid_is_enabled", NULL }; -- 1.8.3.1