diff options
Diffstat (limited to 'fs/jffs2/acl.c')
-rw-r--r-- | fs/jffs2/acl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/acl.c b/fs/jffs2/acl.c index edd2ad6416d8..8fcb6239218e 100644 --- a/fs/jffs2/acl.c +++ b/fs/jffs2/acl.c | |||
@@ -284,8 +284,7 @@ int jffs2_init_acl_pre(struct inode *dir_i, struct inode *inode, int *i_mode) | |||
284 | struct posix_acl *acl, *clone; | 284 | struct posix_acl *acl, *clone; |
285 | int rc; | 285 | int rc; |
286 | 286 | ||
287 | inode->i_default_acl = NULL; | 287 | cache_no_acl(inode); |
288 | inode->i_acl = NULL; | ||
289 | 288 | ||
290 | if (S_ISLNK(*i_mode)) | 289 | if (S_ISLNK(*i_mode)) |
291 | return 0; /* Symlink always has no-ACL */ | 290 | return 0; /* Symlink always has no-ACL */ |