Whamcloud - gitweb
LU-4076 fld: add local fldb to each target
[fs/lustre-release.git] / lustre / include / lu_target.h
index eb155f7..879b573 100644 (file)
@@ -440,8 +440,8 @@ static inline void tgt_drop_id(struct obd_export *exp, struct obdo *oa)
                        LUSTRE_MDS_VERSION)
 
 /* FID Location Database handlers */
-#define TGT_FLD_HDL(flags, name, fn)                                   \
-       TGT_RPC_HANDLER(FLD_QUERY, flags, name, fn, &RQF_ ## name,      \
+#define TGT_FLD_HDL_VAR(flags, name, fn)                               \
+       TGT_RPC_HANDLER(FLD_QUERY, flags, name, fn, NULL,               \
                        LUSTRE_MDS_VERSION)
 
 /* Request with a format known in advance */