diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2012-01-23 12:31:37 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-02-03 12:21:33 -0500 |
commit | 6bd92a239fc71ea26eb1dab3aece5eaaa99d4ef7 (patch) | |
tree | 675da1fb11cb8e36edbfb098ac07c0861f6b51f2 /fs/xfs/xfs_mount.h | |
parent | 36731410834e08c7d15c3980abd6cc4c563c2e87 (diff) |
Change xfs_sb_from_disk() interface to take a mount pointer
Change xfs_sb_from_disk() interface to take a mount pointer
instead of a superblock pointer.
This is to print mount point specific error messages in future
fixes.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 19f69e232509..c082e44dad2d 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -395,7 +395,7 @@ extern void xfs_set_low_space_thresholds(struct xfs_mount *); | |||
395 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); | 395 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); |
396 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, | 396 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, |
397 | xfs_agnumber_t *); | 397 | xfs_agnumber_t *); |
398 | extern void xfs_sb_from_disk(struct xfs_sb *, struct xfs_dsb *); | 398 | extern void xfs_sb_from_disk(struct xfs_mount *, struct xfs_dsb *); |
399 | extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t); | 399 | extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t); |
400 | 400 | ||
401 | #endif /* __XFS_MOUNT_H__ */ | 401 | #endif /* __XFS_MOUNT_H__ */ |