switch posix_acl_create() to umode_t *
[deliverable/linux.git] / fs / ocfs2 / acl.c
index 783c58d9daf11b92898676b2af2f55765cdd3caf..fbafc6e36e251a9409d3d349b462fbd6141cabd6 100644 (file)
@@ -351,7 +351,7 @@ int ocfs2_init_acl(handle_t *handle,
        struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
        struct posix_acl *acl = NULL;
        int ret = 0, ret2;
-       mode_t mode;
+       umode_t mode;
 
        if (!S_ISLNK(inode->i_mode)) {
                if (osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) {
This page took 0.029678 seconds and 5 git commands to generate.