]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Btrfs: Show discard option in /proc/mounts
authorMatthew Wilcox <matthew@wil.cx>
Mon, 14 Dec 2009 22:01:12 +0000 (22:01 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:20:00 +0000 (13:20 -0700)
commit0ab44aac74dba93ef56be5d840c971766e67a227
tree378c97df25a128186f8dbac73996909e127ca245
parent8db426bbfeef206a8cd6002d6790f936f3071f0c
Btrfs: Show discard option in /proc/mounts

commit 20a5239a5d0f340e29827a6a2d28a138001c44b8 upstream.

Christoph's patch e244a0aeb6a599c19a7c802cda6e2d67c847b154 doesn't display
the discard option in /proc/mounts, leading to some confusion for me.
Here's the missing bit.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Acked-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/btrfs/super.c