* [PATCH (trivial)] remove XFS_INO64_OFFSET
@ 2009-07-05 17:23 Eric Sandeen
2009-07-05 19:38 ` Christoph Hellwig
2009-07-05 20:21 ` Felix Blyakher
0 siblings, 2 replies; 3+ messages in thread
From: Eric Sandeen @ 2009-07-05 17:23 UTC (permalink / raw)
To: xfs-oss
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@sandeen.net>
---
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
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH (trivial)] remove XFS_INO64_OFFSET
2009-07-05 17:23 [PATCH (trivial)] remove XFS_INO64_OFFSET Eric Sandeen
@ 2009-07-05 19:38 ` Christoph Hellwig
2009-07-05 20:21 ` Felix Blyakher
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2009-07-05 19:38 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs-oss
On Sun, Jul 05, 2009 at 12:23:35PM -0500, Eric Sandeen wrote:
> Commit a19d9f887d81106d52cacbc9930207b487e07e0e removed the
> ino64 option but left the XFS_INO64_OFFSET define it used
> in place - just remove it.
Looks good to me.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH (trivial)] remove XFS_INO64_OFFSET
2009-07-05 17:23 [PATCH (trivial)] remove XFS_INO64_OFFSET Eric Sandeen
2009-07-05 19:38 ` Christoph Hellwig
@ 2009-07-05 20:21 ` Felix Blyakher
1 sibling, 0 replies; 3+ messages in thread
From: Felix Blyakher @ 2009-07-05 20:21 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs-oss
On Jul 5, 2009, at 12:23 PM, Eric Sandeen wrote:
> 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@sandeen.net>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
>
> ---
>
> 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
>
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-05 20:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 17:23 [PATCH (trivial)] remove XFS_INO64_OFFSET Eric Sandeen
2009-07-05 19:38 ` Christoph Hellwig
2009-07-05 20:21 ` Felix Blyakher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox