From 7dd16a8f861121844ccb91939fb26dd77c8812fb Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sun, 5 Jul 2009 12:23:35 -0500 Subject: [PATCH] --- yaml --- r: 162746 b: refs/heads/master c: eb00457d624c70a2492c319e7e05ed7e067b2794 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_inum.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 73930b805972..f168d4888116 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fef1111ecdd2b5198afe91537a5cd4c6be80a255 +refs/heads/master: eb00457d624c70a2492c319e7e05ed7e067b2794 diff --git a/trunk/fs/xfs/xfs_inum.h b/trunk/fs/xfs/xfs_inum.h index 7a28191cb0de..b8e4ee4e89a4 100644 --- a/trunk/fs/xfs/xfs_inum.h +++ b/trunk/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