X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fxfs%2Fxfs_log.c;h=e810e9df91b76bfa7949d3e0c425b2f2afe93aa8;hb=91ee575f2b35d1307412f917787195c2f6a38dfb;hp=fe88ef67f93acb9bbcbf4fbee7c06747b3c8155e;hpb=5d45ee1b41b02269ce04920a48cd2c6b2a458090;p=cascardo%2Flinux.git diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index fe88ef67f93a..e810e9df91b7 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -1031,7 +1031,7 @@ xfs_log_need_covered(xfs_mount_t *mp) struct xlog *log = mp->m_log; int needed = 0; - if (!xfs_fs_writable(mp)) + if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) return 0; if (!xlog_cil_empty(log))