diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index a322c19723a..482214d120a 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -555,6 +555,7 @@ int		xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,  int		xfs_iread(struct xfs_mount *, struct xfs_trans *,  			  struct xfs_inode *, uint);  void		xfs_inode_buf_read_verify(struct xfs_buf *); +void		xfs_inode_buf_write_verify(struct xfs_buf *);  void		xfs_dinode_to_disk(struct xfs_dinode *,  				   struct xfs_icdinode *);  void		xfs_idestroy_fork(struct xfs_inode *, int);  |