Skip to content

Commit

Permalink
xfs: remove XFS_INO64_OFFSET
Browse files Browse the repository at this point in the history
Commit a19d9f8 removed the
ino64 option but left the XFS_INO64_OFFSET define it used
in place - just remove it.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed Aug 31, 2009
1 parent fef1111 commit eb00457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/xfs_inum.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ struct xfs_mount;

#if XFS_BIG_INUMS
#define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
#define XFS_INO64_OFFSET ((xfs_ino_t)(1ULL << 32))
#else
#define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 32) - 1ULL))
#endif
Expand Down

0 comments on commit eb00457

Please sign in to comment.