[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>
This commit is contained in:
committed by
Christoph Hellwig
parent
de20614b35
commit
31b084aef3
@ -409,7 +409,7 @@ typedef struct vattr {
|
||||
int va_mask; /* bit-mask of attributes present */
|
||||
enum vtype va_type; /* vnode type (for create) */
|
||||
mode_t va_mode; /* file access mode and type */
|
||||
nlink_t va_nlink; /* number of references to file */
|
||||
xfs_nlink_t va_nlink; /* number of references to file */
|
||||
uid_t va_uid; /* owner user id */
|
||||
gid_t va_gid; /* owner group id */
|
||||
xfs_ino_t va_nodeid; /* file id */
|
||||
|
Reference in New Issue
Block a user