ext4: remove deprecated noacl/nouser_xattr options
authorYang Xu <xuyang2018.jy@fujitsu.com>
Thu, 28 Jul 2022 03:02:49 +0000 (11:02 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Sep 2022 14:38:57 +0000 (10:38 -0400)
commit2d544ec923dbe5fbed64a7f43dccf527218380bc
tree9cae85fa14a38039c18a282a731bdccb1adf4c6a
parent4bb26f2885ac6930984ee451b952c5a6042f2c0e
ext4: remove deprecated noacl/nouser_xattr options

These two options should have been removed since 3.5, but none notices it.
Recently, I and Darrick found this. Also, have some discussion for this[1][2][3].

So now, let's remove them.

Link: https://lore.kernel.org/linux-ext4/6258F7BB.8010104@fujitsu.com/T/#u[1]
Link: https://lore.kernel.org/linux-ext4/20220602110421.ymoug3rwfspmryqg@fedora/T/#t[2]
Link: https://lore.kernel.org/linux-ext4/08e2ca4c8f6344bdcd76d75b821116c6147fd57a.camel@kernel.org/T/#t[3]
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/1658977369-2478-1-git-send-email-xuyang2018.jy@fujitsu.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c