mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
Revert "anon_inode: set S_IFREG on the anon_inode"
This reverts commit a7cf4145bb86aaf85d4d4d29a69b50b688e2e49d.
This commit is contained in:
parent
9dda696f0d
commit
1eb2cbb6d5
@ -205,7 +205,7 @@ static struct inode *anon_inode_mkinode(void)
|
||||
* that it already _is_ on the dirty list.
|
||||
*/
|
||||
inode->i_state = I_DIRTY;
|
||||
inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR;
|
||||
inode->i_mode = S_IRUSR | S_IWUSR;
|
||||
inode->i_uid = current_fsuid();
|
||||
inode->i_gid = current_fsgid();
|
||||
inode->i_flags |= S_PRIVATE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user