]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
btrfs/081: declare local variables as local
authorFilipe Manana <fdmanana@suse.com>
Fri, 25 Jan 2019 11:46:11 +0000 (11:46 +0000)
committerEryu Guan <guaneryu@gmail.com>
Sun, 27 Jan 2019 05:18:46 +0000 (13:18 +0800)
commit2223d8fe18224bf39726fa1a2fe47af2d8e39adc
tree3b723f0ae68467cd21ef54426a68d30ad2d2f71f
parent04b405fa1f8d0cacde489f3d1c8771dfe7a34dc0
btrfs/081: declare local variables as local

Some variables inside the test's functions were used as local but
were not being declared as such. Add the local declaration for them.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/btrfs/081