commit | 95e94d14b42c1992493ce72492351d4601b274fe | [log] [tgz] |
---|---|---|
author | Rashika <rashika.kheria@gmail.com> | Thu Oct 31 03:12:42 2013 +0530 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:11:19 2013 -0500 |
tree | 22fc7f4d17b31556ed8eecce12a77747d0300f61 | |
parent | 2e9f5954978cd5b0c26e6eeb9fd4ccbdce0f5ecc [diff] |
btrfs: Replace multiple atomic_inc() with atomic_add() This patch replaces multiple atomic_inc() with atomic_add() in delayed-inode.c to reduce source code and have few instructions for compilation. Reviewed-by: Zach Brown <zab@redhat.com> Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>