Skip to content
Snippets Groups Projects
Commit 9c125d2a authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 40182373 1adffbae
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ static int fat_ioctl_set_attributes(struct file *file, u32 __user *user_attr) ...@@ -102,7 +102,7 @@ static int fat_ioctl_set_attributes(struct file *file, u32 __user *user_attr)
if (attr & ATTR_SYS) if (attr & ATTR_SYS)
inode->i_flags |= S_IMMUTABLE; inode->i_flags |= S_IMMUTABLE;
else else
inode->i_flags &= S_IMMUTABLE; inode->i_flags &= ~S_IMMUTABLE;
} }
fat_save_attrs(inode, attr); fat_save_attrs(inode, attr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment