]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_vfsops.c
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_vfsops.c
index 29f72f613782a6a1a2d09bc6570e880d65af313a..22a09273748f1e184c9e22f9a7746ed2b68ce89d 100644 (file)
@@ -1539,7 +1539,7 @@ xfs_syncsub(
                xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
                xfs_trans_ihold(tp, ip);
                xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
-               error = xfs_trans_commit(tp, 0, NULL);
+               error = xfs_trans_commit(tp, 0);
                xfs_iunlock(ip, XFS_ILOCK_EXCL);
                xfs_log_force(mp, (xfs_lsn_t)0, log_flags);
        }