diff options
author | Nathan Scott <nathans@sgi.com> | 2005-05-05 16:25:00 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@melbourne.sgi.com> | 2005-05-05 16:25:00 -0400 |
commit | 31b084aef3f088962f56c100b31bb8479c5dd769 (patch) | |
tree | 855685aced7ce0c25fc250875ad0428ea7f63448 /fs/xfs/linux-2.6/xfs_vnode.h | |
parent | de20614b351e4d4d23af0a105baa8fd2d7cd4f26 (diff) |
[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platforms
SGI Modid: xfs-linux:xfs-kern:22032a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index da76c1f1e11c..7cff0f3e9bc3 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -409,7 +409,7 @@ typedef struct vattr { | |||
409 | int va_mask; /* bit-mask of attributes present */ | 409 | int va_mask; /* bit-mask of attributes present */ |
410 | enum vtype va_type; /* vnode type (for create) */ | 410 | enum vtype va_type; /* vnode type (for create) */ |
411 | mode_t va_mode; /* file access mode and type */ | 411 | mode_t va_mode; /* file access mode and type */ |
412 | nlink_t va_nlink; /* number of references to file */ | 412 | xfs_nlink_t va_nlink; /* number of references to file */ |
413 | uid_t va_uid; /* owner user id */ | 413 | uid_t va_uid; /* owner user id */ |
414 | gid_t va_gid; /* owner group id */ | 414 | gid_t va_gid; /* owner group id */ |
415 | xfs_ino_t va_nodeid; /* file id */ | 415 | xfs_ino_t va_nodeid; /* file id */ |