VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Miklos Szeredi <mszeredi@redhat.com> 2020-05-14 16:44:25 +0200 committer: Miklos Szeredi <mszeredi@redhat.com> 2020-05-14 16:44:25 +0200 commit: caaef1ba8c9ee7a54b53dd8bf4bb7e8658185583 parent: 9193ae87a8af031ce2fb4116d417fff55c8a0bcc
Commit Summary:
vfs: don't parse "posixacl" option
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/fs_context.c b/fs/fs_context.c
index 07e09bcf256c..82019569d493 100644
--- a/fs/fs_context.c
+++ b/fs/fs_context.c
@@ -42,7 +42,6 @@ static const struct constant_table common_set_sb_flag[] = {
 	{ "dirsync",	SB_DIRSYNC },
 	{ "lazytime",	SB_LAZYTIME },
 	{ "mand",	SB_MANDLOCK },
-	{ "posixacl",	SB_POSIXACL },
 	{ "ro",		SB_RDONLY },
 	{ "sync",	SB_SYNCHRONOUS },
 	{ },