aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2006-01-11 15:34:19 +1100
committerNathan Scott <nathans@sgi.com>2006-01-11 15:34:19 +1100
commit65be60541909c7bf8c384cde3502c18cc362939e (patch)
tree6a8edc80147e7e444c74eb15d122dfb325013b49 /fs/xfs/xfs_log.c
parent[XFS] Ensure max diosize reported is aligned with minimum diosize. (diff)
downloadlinux-dev-65be60541909c7bf8c384cde3502c18cc362939e.tar.xz
linux-dev-65be60541909c7bf8c384cde3502c18cc362939e.zip
[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
SGI-PV: 946611 SGI-Modid: xfs-linux-melb:xfs-kern:203307a Signed-off-by: Eric Sandeen <sandeen@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r--fs/xfs/xfs_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
index 29af51275ca9..ecb1067494f0 100644
--- a/fs/xfs/xfs_log.c
+++ b/fs/xfs/xfs_log.c
@@ -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;