Revision e339a6b097c515a31ce230d498c44ff2e89f1cf4 authored by Josef Bacik on 02 July 2014, 17:54:25 UTC, committed by Chris Mason on 15 August 2014, 14:43:11 UTC
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 <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
1 parent ba7b6e6
History
File Mode Size
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 1.2 KB
base.c -rw-r--r-- 3.7 KB
fs.c -rw-r--r-- 18.9 KB
gcc_3_4.c -rw-r--r-- 13.8 KB
gcc_4_7.c -rw-r--r-- 13.3 KB
gcov.h -rw-r--r-- 2.6 KB

back to top