https://github.com/torvalds/linux
Revision c325a67c72903e1cc30e990a15ce745bda0dbfde authored by Theodore Ts'o on 03 April 2016, 21:03:37 UTC, committed by Theodore Ts'o on 03 April 2016, 21:03:37 UTC
Previously, ext4 would fail the mount if the file system had the quota
feature enabled and quota mount options (used for the older quota
setups) were present.  This broke xfstests, since xfs silently ignores
the usrquote and grpquota mount options if they are specified.  This
commit changes things so that we are consistent with xfs; having the
mount options specified is harmless, so no sense break users by
forbidding them.

Cc: stable@vger.kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent 4762cc3
History
Tip revision: c325a67c72903e1cc30e990a15ce745bda0dbfde authored by Theodore Ts'o on 03 April 2016, 21:03:37 UTC
ext4: ignore quota mount options if the quota feature is enabled
Tip revision: c325a67
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.5 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 95.4 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 342.2 KB
Makefile -rw-r--r-- 54.7 KB
README -rw-r--r-- 18.1 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top