From: Rashika Date: Wed, 30 Oct 2013 21:42:42 +0000 (+0530) Subject: btrfs: Replace multiple atomic_inc() with atomic_add() X-Git-Tag: v3.13-rc1~85^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e94d14b42c1992493ce72492351d4601b274fe;p=pandora-kernel.git 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 Signed-off-by: Rashika Kheria Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed