Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't fail to umask for O_TMPFILE files
Update ->i_mode with umask for O_TMPFILE files. (Note that zpl_init_acl() will return 0 without `ip->i_mode &= ~current_umask();` if not POSIX ACL.) Signed-off-by: Tomohiro Kusumi <[email protected]>
- Loading branch information