diff options
author | Christoph Hellwig <hch@infradead.org> | 2007-08-30 03:20:31 -0400 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-15 21:43:55 -0400 |
commit | 48c872a9f3ec4cdc37801aae9ef16c80026503ea (patch) | |
tree | 51d377e7ced7298d96daf9008558e54177e47a30 /fs/xfs/xfs_mount.h | |
parent | b09cc77109dbf33463480952de10511a2b67bba6 (diff) |
[XFS] decontaminate vfs operations from behavior details
All vfs ops now take struct xfs_mount pointers and the behaviour related
glue is split out into methods of its own.
SGI-PV: 969608
SGI-Modid: xfs-linux-melb:xfs-kern:29504a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 594d7856c77e..68d712574b81 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -650,7 +650,6 @@ extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); | |||
650 | extern int xfs_readsb(xfs_mount_t *, int); | 650 | extern int xfs_readsb(xfs_mount_t *, int); |
651 | extern void xfs_freesb(xfs_mount_t *); | 651 | extern void xfs_freesb(xfs_mount_t *); |
652 | extern int xfs_fs_writable(xfs_mount_t *); | 652 | extern int xfs_fs_writable(xfs_mount_t *); |
653 | extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int); | ||
654 | extern int xfs_syncsub(xfs_mount_t *, int, int *); | 653 | extern int xfs_syncsub(xfs_mount_t *, int, int *); |
655 | extern int xfs_sync_inodes(xfs_mount_t *, int, int *); | 654 | extern int xfs_sync_inodes(xfs_mount_t *, int, int *); |
656 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, | 655 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, |