diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 964cfea77686..6efd471c8724 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -458,16 +458,6 @@ static inline void xfs_ifunlock(xfs_inode_t *ip) | |||
458 | extern struct lock_class_key xfs_iolock_reclaimable; | 458 | extern struct lock_class_key xfs_iolock_reclaimable; |
459 | 459 | ||
460 | /* | 460 | /* |
461 | * Flags for xfs_itruncate_start(). | ||
462 | */ | ||
463 | #define XFS_ITRUNC_DEFINITE 0x1 | ||
464 | #define XFS_ITRUNC_MAYBE 0x2 | ||
465 | |||
466 | #define XFS_ITRUNC_FLAGS \ | ||
467 | { XFS_ITRUNC_DEFINITE, "DEFINITE" }, \ | ||
468 | { XFS_ITRUNC_MAYBE, "MAYBE" } | ||
469 | |||
470 | /* | ||
471 | * For multiple groups support: if S_ISGID bit is set in the parent | 461 | * For multiple groups support: if S_ISGID bit is set in the parent |
472 | * directory, group of new file is set to that of the parent, and | 462 | * directory, group of new file is set to that of the parent, and |
473 | * new subdirectory gets S_ISGID bit from parent. | 463 | * new subdirectory gets S_ISGID bit from parent. |
@@ -501,7 +491,6 @@ uint xfs_ip2xflags(struct xfs_inode *); | |||
501 | uint xfs_dic2xflags(struct xfs_dinode *); | 491 | uint xfs_dic2xflags(struct xfs_dinode *); |
502 | int xfs_ifree(struct xfs_trans *, xfs_inode_t *, | 492 | int xfs_ifree(struct xfs_trans *, xfs_inode_t *, |
503 | struct xfs_bmap_free *); | 493 | struct xfs_bmap_free *); |
504 | int xfs_itruncate_start(xfs_inode_t *, uint, xfs_fsize_t); | ||
505 | int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *, | 494 | int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *, |
506 | xfs_fsize_t, int, int); | 495 | xfs_fsize_t, int, int); |
507 | int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); | 496 | int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); |