diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
| -rw-r--r-- | fs/xfs/xfs_mount.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index de9089acc61..29c1b3ac920 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -386,6 +386,7 @@ extern void	xfs_set_low_space_thresholds(struct xfs_mount *);  #endif	/* __KERNEL__ */  extern void	xfs_sb_read_verify(struct xfs_buf *); +extern void	xfs_sb_write_verify(struct xfs_buf *bp);  extern void	xfs_mod_sb(struct xfs_trans *, __int64_t);  extern int	xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t,  					xfs_agnumber_t *);  |