diff options
Diffstat (limited to 'fs/reiserfs/inode.c')
-rw-r--r-- | fs/reiserfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c index 11a48affa882..b13fc024d2ee 100644 --- a/fs/reiserfs/inode.c +++ b/fs/reiserfs/inode.c | |||
@@ -2106,7 +2106,7 @@ int reiserfs_new_inode(struct reiserfs_transaction_handle *th, | |||
2106 | journal_end(th); | 2106 | journal_end(th); |
2107 | goto out_inserted_sd; | 2107 | goto out_inserted_sd; |
2108 | } | 2108 | } |
2109 | } else if (inode->i_sb->s_flags & MS_POSIXACL) { | 2109 | } else if (inode->i_sb->s_flags & SB_POSIXACL) { |
2110 | reiserfs_warning(inode->i_sb, "jdm-13090", | 2110 | reiserfs_warning(inode->i_sb, "jdm-13090", |
2111 | "ACLs aren't enabled in the fs, " | 2111 | "ACLs aren't enabled in the fs, " |
2112 | "but vfs thinks they are!"); | 2112 | "but vfs thinks they are!"); |