mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
[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:
parent
de20614b35
commit
31b084aef3
6 changed files with 8 additions and 7 deletions
|
@ -147,7 +147,7 @@ xfs_dir_ialloc(
|
|||
xfs_inode_t *dp, /* directory within whose allocate
|
||||
the inode. */
|
||||
mode_t mode,
|
||||
nlink_t nlink,
|
||||
xfs_nlink_t nlink,
|
||||
xfs_dev_t rdev,
|
||||
cred_t *credp,
|
||||
prid_t prid, /* project id */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue