diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 7fee3387e1c..1efff36a75b 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -529,11 +529,12 @@ int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); | |||
529 | 529 | ||
530 | void xfs_iext_realloc(xfs_inode_t *, int, int); | 530 | void xfs_iext_realloc(xfs_inode_t *, int, int); |
531 | void xfs_iunpin_wait(xfs_inode_t *); | 531 | void xfs_iunpin_wait(xfs_inode_t *); |
532 | int xfs_iflush(xfs_inode_t *, uint); | 532 | int xfs_iflush(struct xfs_inode *, struct xfs_buf **); |
533 | void xfs_promote_inode(struct xfs_inode *); | ||
534 | void xfs_lock_inodes(xfs_inode_t **, int, uint); | 533 | void xfs_lock_inodes(xfs_inode_t **, int, uint); |
535 | void xfs_lock_two_inodes(xfs_inode_t *, xfs_inode_t *, uint); | 534 | void xfs_lock_two_inodes(xfs_inode_t *, xfs_inode_t *, uint); |
536 | 535 | ||
536 | xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip); | ||
537 | |||
537 | #define IHOLD(ip) \ | 538 | #define IHOLD(ip) \ |
538 | do { \ | 539 | do { \ |
539 | ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \ | 540 | ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \ |