mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 18:20:25 +02:00
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
mark_inode_dirty will be called in notify_change(). This patch remove unneeded mark_inode_dirty in set_info_sec(). Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
0bb80ecc33
commit
e4e14095cc
1 changed files with 0 additions and 1 deletions
|
|
@ -1420,7 +1420,6 @@ int set_info_sec(struct ksmbd_conn *conn, struct ksmbd_tree_connect *tcon,
|
||||||
out:
|
out:
|
||||||
posix_acl_release(fattr.cf_acls);
|
posix_acl_release(fattr.cf_acls);
|
||||||
posix_acl_release(fattr.cf_dacls);
|
posix_acl_release(fattr.cf_dacls);
|
||||||
mark_inode_dirty(inode);
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue