diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-02-17 14:36:13 -0500 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-03-01 17:35:44 -0500 |
commit | d7658d487f4c62983015ba6c99f02dedb3ea97c7 (patch) | |
tree | e5f4af467180d4f5301a3b6ea82583ec974e6c9f /fs/xfs/xfs_mount.h | |
parent | d7e84f413726876c0ec66bbf90770f69841f7663 (diff) |
xfs: kill xfs_lrw.h
Move the two declarations to better fitting headers now that
xfs_lrw.c is gone.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 70504fcf14cd..8fc2c91d1877 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -436,6 +436,8 @@ extern void xfs_freesb(xfs_mount_t *); | |||
436 | extern int xfs_fs_writable(xfs_mount_t *); | 436 | extern int xfs_fs_writable(xfs_mount_t *); |
437 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); | 437 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); |
438 | 438 | ||
439 | extern int xfs_dev_is_read_only(struct xfs_mount *, char *); | ||
440 | |||
439 | extern int xfs_dmops_get(struct xfs_mount *); | 441 | extern int xfs_dmops_get(struct xfs_mount *); |
440 | extern void xfs_dmops_put(struct xfs_mount *); | 442 | extern void xfs_dmops_put(struct xfs_mount *); |
441 | 443 | ||