diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 08:55:32 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-04 04:55:02 +0100 |
commit | 67697cbdccb8b63eae892a9437bcc79d08b79578 (patch) | |
tree | 6c14fa996532e314de662f36d9ef5e1410f7ffde /fs/ocfs2/xattr.h | |
parent | dlmfs: use inode_init_owner() (diff) | |
download | linux-67697cbdccb8b63eae892a9437bcc79d08b79578.tar.xz linux-67697cbdccb8b63eae892a9437bcc79d08b79578.zip |
ocfs2: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | fs/ocfs2/xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.h b/fs/ocfs2/xattr.h index d63cfb72316b..e5c7f15465b4 100644 --- a/fs/ocfs2/xattr.h +++ b/fs/ocfs2/xattr.h @@ -68,7 +68,7 @@ int ocfs2_calc_security_init(struct inode *, struct ocfs2_security_xattr_info *, int *, int *, struct ocfs2_alloc_context **); int ocfs2_calc_xattr_init(struct inode *, struct buffer_head *, - int, struct ocfs2_security_xattr_info *, + umode_t, struct ocfs2_security_xattr_info *, int *, int *, int *); /* |