diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:50:15 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:00 -0500 |
commit | 576b1d67ce949e7542ff765b00eb5357e706768b (patch) | |
tree | de2c2e2a4592e98f8fc3638ddba1dbb8954ddbe6 /fs/xfs/xfs_ialloc.h | |
parent | dd716e64d60f2ad40e0da7db426d4bfc7eabd5d7 (diff) | |
download | op-kernel-dev-576b1d67ce949e7542ff765b00eb5357e706768b.zip op-kernel-dev-576b1d67ce949e7542ff765b00eb5357e706768b.tar.gz |
xfs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/xfs_ialloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h index bb53854..666a037 100644 --- a/fs/xfs/xfs_ialloc.h +++ b/fs/xfs/xfs_ialloc.h @@ -81,7 +81,7 @@ int /* error */ xfs_dialloc( struct xfs_trans *tp, /* transaction pointer */ xfs_ino_t parent, /* parent inode (directory) */ - mode_t mode, /* mode bits for new inode */ + umode_t mode, /* mode bits for new inode */ int okalloc, /* ok to allocate more space */ struct xfs_buf **agbp, /* buf for a.g. inode header */ boolean_t *alloc_done, /* an allocation was done to replenish |