xfs: simplify xfs_trans_ijoin* again
[deliverable/linux.git] / fs / xfs / xfs_ioctl.c
index f7ce7debe14c48a55f0003454bc43fa678961ca0..d99a905189091c9b74fa23f6483d8a2713ae7c4a 100644 (file)
@@ -1069,7 +1069,7 @@ xfs_ioctl_setattr(
                }
        }
 
-       xfs_trans_ijoin(tp, ip);
+       xfs_trans_ijoin(tp, ip, 0);
 
        /*
         * Change file ownership.  Must be the owner or privileged.
This page took 0.025914 seconds and 5 git commands to generate.