From: Miao Xie Date: Tue, 14 May 2013 10:20:43 +0000 (+0000) Subject: Btrfs: make the snap/subv deletion end more early when the fs is R/O X-Git-Tag: v3.11-rc1~70^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babbf170c781f24095336c82ebf18ad272ddb773;p=pandora-kernel.git Btrfs: make the snap/subv deletion end more early when the fs is R/O The snapshot/subvolume deletion might spend lots of time, it would make the remount task wait for a long time. This patch improve this problem, we will break the deletion if the fs is remounted to be R/O. It will make the users happy. Cc: David Sterba Signed-off-by: Miao Xie Signed-off-by: Josef Bacik --- Reading git-diff-tree failed