From bc5a8d6bd3b41d5bde029bd4e11ece5ebd3d2c4b Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 26 Nov 2008 08:05:02 +0000 Subject: [PATCH] - check that fs is version-capable and avoid VBR if not b:17717 i:adilger,alex --- lustre/include/lustre_lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_lib.h b/lustre/include/lustre_lib.h index 9600735..302c919 100644 --- a/lustre/include/lustre_lib.h +++ b/lustre/include/lustre_lib.h @@ -75,6 +75,7 @@ void target_trans_table_init(struct obd_device *obd); __u32 target_trans_table_last_time(struct obd_export *exp); void target_trans_table_recalc(struct obd_device *obd, __u32 new_age); void target_trans_table_update(struct obd_export *exp, __u64 transno); +int target_fs_version_capable(struct obd_device *obd); int target_handle_connect(struct ptlrpc_request *req, svc_handler_t handler); int target_handle_disconnect(struct ptlrpc_request *req); void target_destroy_export(struct obd_export *exp); -- 1.8.3.1