aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorLachlan McIlroy <lachlan@sgi.com>2007-02-10 02:35:33 -0500
committerTim Shimmin <tes@sgi.com>2007-02-10 02:35:33 -0500
commit1f9b3b64d417a714eb79d9a4cd4927ab304b0fc0 (patch)
tree193664b3b8d154d885ba0a49f8726a3d3007ccc7 /fs/xfs/xfs_mount.h
parent1c91ad3aedba82a64ae06a5a0a5651105d378112 (diff)
[XFS] remove unused xflags parameter from sync routines
SGI-PV: 959137 SGI-Modid: xfs-linux-melb:xfs-kern:27710a Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index 416c89fbe8b5..9c33af88514e 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -616,8 +616,8 @@ extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int);
616extern int xfs_readsb(xfs_mount_t *, int); 616extern int xfs_readsb(xfs_mount_t *, int);
617extern void xfs_freesb(xfs_mount_t *); 617extern void xfs_freesb(xfs_mount_t *);
618extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int); 618extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int);
619extern int xfs_syncsub(xfs_mount_t *, int, int, int *); 619extern int xfs_syncsub(xfs_mount_t *, int, int *);
620extern int xfs_sync_inodes(xfs_mount_t *, int, int, int *); 620extern int xfs_sync_inodes(xfs_mount_t *, int, int *);
621extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, 621extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *,
622 xfs_agnumber_t); 622 xfs_agnumber_t);
623extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t); 623extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t);