summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c
diff options
context:
space:
mode:
authorAl Viro2011-07-26 08:55:32 +0200
committerAl Viro2012-01-04 04:55:02 +0100
commit67697cbdccb8b63eae892a9437bcc79d08b79578 (patch)
tree6c14fa996532e314de662f36d9ef5e1410f7ffde /fs/ocfs2/xattr.c
parentdlmfs: use inode_init_owner() (diff)
downloadkernel-qcow2-linux-67697cbdccb8b63eae892a9437bcc79d08b79578.tar.gz
kernel-qcow2-linux-67697cbdccb8b63eae892a9437bcc79d08b79578.tar.xz
kernel-qcow2-linux-67697cbdccb8b63eae892a9437bcc79d08b79578.zip
ocfs2: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ocfs2/xattr.c')
-rw-r--r--fs/ocfs2/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index aa9e8777b09a..0ba9ea1e7961 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -623,7 +623,7 @@ int ocfs2_calc_security_init(struct inode *dir,
int ocfs2_calc_xattr_init(struct inode *dir,
struct buffer_head *dir_bh,
- int mode,
+ umode_t mode,
struct ocfs2_security_xattr_info *si,
int *want_clusters,
int *xattr_credits,