Loading fs/namei.c +1 −1 Original line number Diff line number Diff line Loading @@ -2452,7 +2452,7 @@ static int atomic_open(struct nameidata *nd, struct dentry *dentry, } if (open_flag & O_CREAT) { error = may_o_create(&nd->path, dentry, op->mode); error = may_o_create(&nd->path, dentry, mode); if (error) { create_error = error; if (open_flag & O_EXCL) Loading Loading
fs/namei.c +1 −1 Original line number Diff line number Diff line Loading @@ -2452,7 +2452,7 @@ static int atomic_open(struct nameidata *nd, struct dentry *dentry, } if (open_flag & O_CREAT) { error = may_o_create(&nd->path, dentry, op->mode); error = may_o_create(&nd->path, dentry, mode); if (error) { create_error = error; if (open_flag & O_EXCL) Loading