diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 11 | 
1 files changed, 1 insertions, 10 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index ec1f28c4fc4..6c912b02759 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -420,16 +420,6 @@ static inline void xfs_ifunlock(xfs_inode_t *ip)  #define XFS_ILOCK_DEP(flags)	(((flags) & XFS_ILOCK_DEP_MASK) >> XFS_ILOCK_SHIFT)  /* - * Flags for xfs_iflush() - */ -#define	XFS_IFLUSH_DELWRI_ELSE_SYNC	1 -#define	XFS_IFLUSH_DELWRI_ELSE_ASYNC	2 -#define	XFS_IFLUSH_SYNC			3 -#define	XFS_IFLUSH_ASYNC		4 -#define	XFS_IFLUSH_DELWRI		5 -#define	XFS_IFLUSH_ASYNC_NOBLOCK	6 - -/*   * Flags for xfs_itruncate_start().   */  #define	XFS_ITRUNC_DEFINITE	0x1 @@ -483,6 +473,7 @@ int		xfs_iunlink(struct xfs_trans *, xfs_inode_t *);  void		xfs_iext_realloc(xfs_inode_t *, int, int);  void		xfs_ipin(xfs_inode_t *);  void		xfs_iunpin(xfs_inode_t *); +void		xfs_iunpin_wait(xfs_inode_t *);  int		xfs_iflush(xfs_inode_t *, uint);  void		xfs_ichgtime(xfs_inode_t *, int);  void		xfs_lock_inodes(xfs_inode_t **, int, uint);  |