Whamcloud - gitweb
Branch b1_6
authorhuanghua <huanghua>
Thu, 21 Feb 2008 02:02:05 +0000 (02:02 +0000)
committerhuanghua <huanghua>
Thu, 21 Feb 2008 02:02:05 +0000 (02:02 +0000)
b=14149
a=15414
i=yong.fan
i=yury.umanets

define OBD_CONNECT_FID flag.

lustre/include/lustre/lustre_idl.h
lustre/obdclass/lprocfs_status.c

index 5648c75..eb9264b 100644 (file)
@@ -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 */
 
index a99a781..8f6833b 100644 (file)
@@ -662,6 +662,7 @@ static const char *obd_connect_names[] = {
         "real_conn",
         "change_qunit_size",
         "alt_checksum_algorithm",
+        "fid_is_enabled",
         NULL
 };