| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH (trivial)] remove XFS_INO64_OFFSET |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Sun, 05 Jul 2009 12:23:35 -0500 |
| User-agent: | Thunderbird 2.0.0.22 (Macintosh/20090605) |
Commit a19d9f887d81106d52cacbc9930207b487e07e0e removed the ino64 option but left the XFS_INO64_OFFSET define it used in place - just remove it. Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> --- diff --git a/fs/xfs/xfs_inum.h b/fs/xfs/xfs_inum.h index 7a28191..b8e4ee4 100644 --- a/fs/xfs/xfs_inum.h +++ b/fs/xfs/xfs_inum.h @@ -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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Clustered version of XFS, Tharindu Rukshan Bamunuarachchi |
|---|---|
| Next by Date: | ***JACKPOTJOY£1,230,310 GBP***, egcdcgis |
| Previous by Thread: | [PATCH] xfstests: add test 215: c/mtime updates through mapped writes, Christoph Hellwig |
| Next by Thread: | Re: [PATCH (trivial)] remove XFS_INO64_OFFSET, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |