[XFS] remove unused vars, args, & unneeded intermediate vars from zeroing
[deliverable/linux.git] / fs / xfs / xfs_log.c
index 29af51275ca90a09d99c2146f8704c0e0eca630c..ecb1067494f0ab289478c1636c37a03035ff6244 100644 (file)
@@ -428,7 +428,7 @@ xfs_log_mount(xfs_mount_t   *mp,
                if (readonly)
                        vfsp->vfs_flag &= ~VFS_RDONLY;
 
-               error = xlog_recover(mp->m_log, readonly);
+               error = xlog_recover(mp->m_log);
 
                if (readonly)
                        vfsp->vfs_flag |= VFS_RDONLY;
This page took 0.026557 seconds and 5 git commands to generate.