diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-02-17 19:36:13 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-03-01 16:35:44 -0600 |
commit | d7658d487f4c62983015ba6c99f02dedb3ea97c7 (patch) | |
tree | e5f4af467180d4f5301a3b6ea82583ec974e6c9f /fs/xfs/xfs_mount.h | |
parent | d7e84f413726876c0ec66bbf90770f69841f7663 (diff) | |
download | linux-3.10-d7658d487f4c62983015ba6c99f02dedb3ea97c7.tar.gz linux-3.10-d7658d487f4c62983015ba6c99f02dedb3ea97c7.tar.bz2 linux-3.10-d7658d487f4c62983015ba6c99f02dedb3ea97c7.zip |
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 70504fcf14c..8fc2c91d187 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -436,6 +436,8 @@ extern void xfs_freesb(xfs_mount_t *); extern int xfs_fs_writable(xfs_mount_t *); extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); +extern int xfs_dev_is_read_only(struct xfs_mount *, char *); + extern int xfs_dmops_get(struct xfs_mount *); extern void xfs_dmops_put(struct xfs_mount *); |