From: Josef Bacik Date: Fri, 19 Nov 2010 13:40:41 +0000 (+0000) Subject: Btrfs: handle the space_cache option properly X-Git-Tag: v2.6.37-rc4~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de90876c6cb774d4a424dafc1fc9ec50071b81b;p=pandora-kernel.git Btrfs: handle the space_cache option properly When I added the clear_cache option I screwed up and took the break out of the space_cache case statement, so whenever you mount with space_cache you also get clear_cache, which does you no good if you say set space_cache in fstab so it always gets set. This patch adds the break back in properly. Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed