diff options
Diffstat (limited to 'fs/hfsplus/inode.c')
-rw-r--r-- | fs/hfsplus/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index 746e0ee20717..df57ea1f3a71 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c | |||
@@ -241,7 +241,6 @@ static void hfsplus_get_perms(struct inode *inode, struct hfsplus_perm *perms, i | |||
241 | mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); | 241 | mode = S_IFREG | ((S_IRUGO|S_IWUGO) & ~(sbi->umask)); |
242 | inode->i_mode = mode; | 242 | inode->i_mode = mode; |
243 | 243 | ||
244 | HFSPLUS_I(inode)->rootflags = perms->rootflags; | ||
245 | HFSPLUS_I(inode)->userflags = perms->userflags; | 244 | HFSPLUS_I(inode)->userflags = perms->userflags; |
246 | if (perms->rootflags & HFSPLUS_FLG_IMMUTABLE) | 245 | if (perms->rootflags & HFSPLUS_FLG_IMMUTABLE) |
247 | inode->i_flags |= S_IMMUTABLE; | 246 | inode->i_flags |= S_IMMUTABLE; |