Commit f63d72b3 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christoph Hellwig

[XFS] remount r/o fixes

SGI Modid: 2.5.x-xfs:slinx:136795a
parent 89c4520e
...@@ -481,7 +481,7 @@ void xfs_iunlock_map_shared(xfs_inode_t *, uint); ...@@ -481,7 +481,7 @@ void xfs_iunlock_map_shared(xfs_inode_t *, uint);
void xfs_ifunlock(xfs_inode_t *); void xfs_ifunlock(xfs_inode_t *);
void xfs_ireclaim(xfs_inode_t *); void xfs_ireclaim(xfs_inode_t *);
int xfs_finish_reclaim(xfs_inode_t *, int, int); int xfs_finish_reclaim(xfs_inode_t *, int, int);
int xfs_reclaim_all(struct xfs_mount *); int xfs_finish_reclaim_all(struct xfs_mount *);
/* /*
* xfs_inode.c prototypes. * xfs_inode.c prototypes.
......
...@@ -82,7 +82,7 @@ xfs_open( ...@@ -82,7 +82,7 @@ xfs_open(
/* /*
* xfs_getattr * xfs_getattr
*/ */
int STATIC int
xfs_getattr( xfs_getattr(
bhv_desc_t *bdp, bhv_desc_t *bdp,
vattr_t *vap, vattr_t *vap,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment