]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_mount.c
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
[linux-2.6] / fs / xfs / xfs_mount.c
index 3bed0cf0d8afa2eaa87a98b00be0a10034c701b7..f5aa3ef855fbb5e793d4d7f8eeecb507a5dc99fa 100644 (file)
@@ -1653,7 +1653,7 @@ xfs_mount_log_sbunit(
                return;
        }
        xfs_mod_sb(tp, fields);
-       xfs_trans_commit(tp, 0, NULL);
+       xfs_trans_commit(tp, 0);
 }