diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:55:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:02 -0500 |
commit | 67697cbdccb8b63eae892a9437bcc79d08b79578 (patch) | |
tree | 6c14fa996532e314de662f36d9ef5e1410f7ffde /fs/ocfs2/xattr.c | |
parent | 2b15ad068418a91687c2d5819c6c03c227d391f2 (diff) | |
download | op-kernel-dev-67697cbdccb8b63eae892a9437bcc79d08b79578.zip op-kernel-dev-67697cbdccb8b63eae892a9437bcc79d08b79578.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index aa9e877..0ba9ea1 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, |