From: jeff.liu Date: Sat, 27 Oct 2012 12:06:39 +0000 (+0000) Subject: Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() X-Git-Tag: v3.8-rc1~71^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0253f40ef9a709a1af39ce38b1d998af090f8127;p=pandora-kernel.git Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() Remove an invalid size check up from btrfs_shrink_dev(). The new size should not larger than the device->total_bytes as it was already verified before coming to here(i.e. new_size < old_size). Remove invalid check up for btrfs_shrink_dev(). Signed-off-by: Jie Liu Signed-off-by: Chris Mason --- Reading git-diff-tree failed