summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.c
diff options
context:
space:
mode:
authorWang Shilong <wangsl-fnst@cn.fujitsu.com>2013-03-28 11:34:41 +0000
committerJosef Bacik <jbacik@fusionio.com>2013-05-06 15:54:28 -0400
commitc9a9dbf2cbd1641af49bf081ca3bbe4101df3991 (patch)
tree391fd378e7ff0b917f6491856b331192e2a01d89 /fs/btrfs/delayed-ref.c
parent6b67a32000dede2d50ac35b540726d2b7d8d17a8 (diff)
downloadop-kernel-dev-c9a9dbf2cbd1641af49bf081ca3bbe4101df3991.zip
op-kernel-dev-c9a9dbf2cbd1641af49bf081ca3bbe4101df3991.tar.gz
Btrfs: fix a warning when disabling quota
Steps to reproduce: mkfs.btrfs <disk> mount <disk> <mnt> btrfs quota enable <mnt> btrfs sub create <mnt>/subv i=1 while [ $i -le 10000 ] do dd if=/dev/zero of=<mnt>/subv/data_$i bs=1K count=1 i=$(($i+1)) if [ $i -eq 500 ] then btrfs quota disable $mnt fi done dmesg Obviously, this warn_on() is unnecessary, and it will be easily triggered. Just remove it. Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud