Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296564
b: refs/heads/master
c: f704860
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Mar 5, 2012
1 parent 87e64de commit 1d9c5a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7198b9c1e4520d3b16f0f65e37d3db78745f1e1
refs/heads/master: f70486055ee351158bd6999f3965ad378b52c694
4 changes: 4 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,10 @@ static int handle_mount_opt(struct super_block *sb, char *opt, int token,
if (args->from && match_int(args, &arg))
return -1;
switch (token) {
case Opt_noacl:
case Opt_nouser_xattr:
ext4_msg(sb, KERN_WARNING, deprecated_msg, opt, "3.5");
break;
case Opt_sb:
return 1; /* handled by get_sb_block() */
case Opt_removed:
Expand Down

0 comments on commit 1d9c5a2

Please sign in to comment.