From 95e94d14b42c1992493ce72492351d4601b274fe Mon Sep 17 00:00:00 2001 From: Rashika Date: Thu, 31 Oct 2013 03:12:42 +0530 Subject: [PATCH] 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-format-patch failed