diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 0a999fee4f03..17a04b6321ed 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -507,9 +507,6 @@ int xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t); | |||
507 | int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *, | 507 | int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *, |
508 | xfs_fsize_t, int, int); | 508 | xfs_fsize_t, int, int); |
509 | int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); | 509 | int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); |
510 | int xfs_igrow_start(xfs_inode_t *, xfs_fsize_t, struct cred *); | ||
511 | void xfs_igrow_finish(struct xfs_trans *, xfs_inode_t *, | ||
512 | xfs_fsize_t, int); | ||
513 | 510 | ||
514 | void xfs_idestroy_fork(xfs_inode_t *, int); | 511 | void xfs_idestroy_fork(xfs_inode_t *, int); |
515 | void xfs_idestroy(xfs_inode_t *); | 512 | void xfs_idestroy(xfs_inode_t *); |