aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_utils.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-05-05 13:25:00 -0700
committerChristoph Hellwig <hch@melbourne.sgi.com>2005-05-05 13:25:00 -0700
commit31b084aef3f088962f56c100b31bb8479c5dd769 (patch)
tree855685aced7ce0c25fc250875ad0428ea7f63448 /fs/xfs/xfs_utils.c
parentde20614b351e4d4d23af0a105baa8fd2d7cd4f26 (diff)
downloadkernel_samsung_smdk4412-31b084aef3f088962f56c100b31bb8479c5dd769.zip
kernel_samsung_smdk4412-31b084aef3f088962f56c100b31bb8479c5dd769.tar.gz
kernel_samsung_smdk4412-31b084aef3f088962f56c100b31bb8479c5dd769.tar.bz2
[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/xfs_utils.c')
-rw-r--r--fs/xfs/xfs_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_utils.c b/fs/xfs/xfs_utils.c
index 816b945..d1f8146 100644
--- a/fs/xfs/xfs_utils.c
+++ b/fs/xfs/xfs_utils.c
@@ -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 */