diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index eaa01895ff93..c3bfffca9214 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -457,6 +457,7 @@ xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) | |||
457 | #define XFS_IFLUSH_SYNC 3 | 457 | #define XFS_IFLUSH_SYNC 3 |
458 | #define XFS_IFLUSH_ASYNC 4 | 458 | #define XFS_IFLUSH_ASYNC 4 |
459 | #define XFS_IFLUSH_DELWRI 5 | 459 | #define XFS_IFLUSH_DELWRI 5 |
460 | #define XFS_IFLUSH_ASYNC_NOBLOCK 6 | ||
460 | 461 | ||
461 | /* | 462 | /* |
462 | * Flags for xfs_itruncate_start(). | 463 | * Flags for xfs_itruncate_start(). |
@@ -511,7 +512,7 @@ int xfs_finish_reclaim_all(struct xfs_mount *, int); | |||
511 | */ | 512 | */ |
512 | int xfs_itobp(struct xfs_mount *, struct xfs_trans *, | 513 | int xfs_itobp(struct xfs_mount *, struct xfs_trans *, |
513 | xfs_inode_t *, struct xfs_dinode **, struct xfs_buf **, | 514 | xfs_inode_t *, struct xfs_dinode **, struct xfs_buf **, |
514 | xfs_daddr_t, uint); | 515 | xfs_daddr_t, uint, uint); |
515 | int xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, | 516 | int xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, |
516 | xfs_inode_t **, xfs_daddr_t, uint); | 517 | xfs_inode_t **, xfs_daddr_t, uint); |
517 | int xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int); | 518 | int xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int); |