xfs: simplify xfs_trans_ijoin* again
[pandora-kernel.git] / fs / xfs / xfs_ioctl.c
index f7ce7de..d99a905 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.