X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Flustre_import.h;h=255c23834dc95c97122bdf52b8e9aaf8345fe9dc;hb=ca6c1e0c659e2adddcac3be9706af569677ed6a5;hp=3a183e4ab2d0f043b88047071d784e217712c0a7;hpb=150bdab66ea6f113c21fe4d04455cae0e535336c;p=fs%2Flustre-release.git diff --git a/lustre/include/linux/lustre_import.h b/lustre/include/linux/lustre_import.h index 3a183e4..255c238 100644 --- a/lustre/include/linux/lustre_import.h +++ b/lustre/include/linux/lustre_import.h @@ -12,6 +12,8 @@ #ifdef __KERNEL__ +#define IMP_INVALID 1 + #include struct obd_import { struct ptlrpc_connection *imp_connection; @@ -19,8 +21,8 @@ struct obd_import { struct lustre_handle imp_handle; struct list_head imp_chain; struct obd_device *imp_obd; - /* XXX need a UUID here, I think - */ + int imp_flags; + /* XXX need a UUID here, I think */ }; extern struct obd_import *class_conn2cliimp(struct lustre_handle *);