Whamcloud - gitweb
LU-4478 ldiskfs: fix problem when ldiskfs_acct_on() fails
[fs/lustre-release.git] / lustre / target / tgt_internal.h
index f0ed071..86436c2 100644 (file)
@@ -55,7 +55,7 @@ struct tx_arg {
        tx_exec_func_t           exec_fn;
        tx_exec_func_t           undo_fn;
        struct dt_object        *object;
-       char                    *file;
+       const char              *file;
        struct object_update_reply *reply;
        int                      line;
        int                      index;
@@ -183,6 +183,10 @@ int out_handle(struct tgt_session_info *tsi);
        __out_tx_xattr_set(info, obj, buf, name, fl, th, reply, idx,    \
                           __FILE__, __LINE__)
 
+#define out_tx_xattr_del(info, obj, name, th, reply, idx)      \
+       __out_tx_xattr_del(info, obj, name, th, reply, idx,     \
+                          __FILE__, __LINE__)
+
 #define out_tx_ref_add(info, obj, th, reply, idx) \
        __out_tx_ref_add(info, obj, th, reply, idx, __FILE__, __LINE__)