git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822dbba
)
ext4: don't show usrquota/grpquota twice in /proc/mounts
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 11 Jul 2013 22:54:37 +0000
(18:54 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 11 Jul 2013 22:54:37 +0000
(18:54 -0400)
We now print mount options in a generic fashion in
ext4_show_options(), so we shouldn't be explicitly printing the
{usr,grp}quota options in ext4_show_quota_options().
Without this patch, /proc/mounts can look like this:
/dev/vdb /vdb ext4 rw,relatime,quota,usrquota,data=ordered,usrquota 0 0
^^^^^^^^ ^^^^^^^^
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org
fs/ext4/super.c
patch
|
blob
|
history
diff --cc
fs/ext4/super.c
Simple merge