[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
@@ -1130,7 +1130,7 @@ xfs_ialloc(
|
||||
xfs_trans_t *tp,
|
||||
xfs_inode_t *pip,
|
||||
mode_t mode,
|
||||
nlink_t nlink,
|
||||
xfs_nlink_t nlink,
|
||||
xfs_dev_t rdev,
|
||||
cred_t *cr,
|
||||
xfs_prid_t prid,
|
||||
|
Reference in New Issue
Block a user