From: Josef Bacik Date: Wed, 2 Jul 2014 17:54:25 +0000 (-0700) Subject: Btrfs: __btrfs_mod_ref should always use no_quota X-Git-Tag: omap-for-v3.17/fixes-against-rc2~48^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e339a6b097c515a31ce230d498c44ff2e89f1cf4;p=pandora-kernel.git Btrfs: __btrfs_mod_ref should always use no_quota Before I extended the no_quota arg to btrfs_dec/inc_ref because I didn't understand how snapshot delete was using it and assumed that we needed the quota operations there. With Mark's work this has turned out to be not the case, we _always_ need to use no_quota for btrfs_dec/inc_ref, so just drop the argument and make __btrfs_mod_ref call it's process function with no_quota set always. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed