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 4088951230aa..ec9f454b464e 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -531,6 +531,7 @@ void xfs_iflush_all(struct xfs_mount *); | |||
531 | void xfs_ichgtime(xfs_inode_t *, int); | 531 | void xfs_ichgtime(xfs_inode_t *, int); |
532 | xfs_fsize_t xfs_file_last_byte(xfs_inode_t *); | 532 | xfs_fsize_t xfs_file_last_byte(xfs_inode_t *); |
533 | void xfs_lock_inodes(xfs_inode_t **, int, uint); | 533 | void xfs_lock_inodes(xfs_inode_t **, int, uint); |
534 | void xfs_lock_two_inodes(xfs_inode_t *, xfs_inode_t *, uint); | ||
534 | 535 | ||
535 | void xfs_synchronize_atime(xfs_inode_t *); | 536 | void xfs_synchronize_atime(xfs_inode_t *); |
536 | void xfs_mark_inode_dirty_sync(xfs_inode_t *); | 537 | void xfs_mark_inode_dirty_sync(xfs_inode_t *); |