diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-03-14 10:06:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-01 23:19:12 -0400 |
commit | 4597e695b8baa3e2620da89c7593be70cf20566b (patch) | |
tree | f8e8cf56e4b154e8bef5e6ae2aa802526ccd1668 /arch/powerpc | |
parent | dd20908a8a06b22c171f6c3fcdbdbd65bed07505 (diff) |
get rid of DEBUG_WRITECOUNT
it only makes control flow in __fput() and friends more convoluted.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index c2353bf059fd..175a8b99c196 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig | |||
@@ -1244,7 +1244,6 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
1244 | CONFIG_DEBUG_HIGHMEM=y | 1244 | CONFIG_DEBUG_HIGHMEM=y |
1245 | CONFIG_DEBUG_INFO=y | 1245 | CONFIG_DEBUG_INFO=y |
1246 | CONFIG_DEBUG_VM=y | 1246 | CONFIG_DEBUG_VM=y |
1247 | CONFIG_DEBUG_WRITECOUNT=y | ||
1248 | CONFIG_DEBUG_LIST=y | 1247 | CONFIG_DEBUG_LIST=y |
1249 | CONFIG_DEBUG_SG=y | 1248 | CONFIG_DEBUG_SG=y |
1250 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1249 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index 139a8308070c..fdee37fab81c 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig | |||
@@ -174,7 +174,6 @@ CONFIG_DETECT_HUNG_TASK=y | |||
174 | CONFIG_PROVE_LOCKING=y | 174 | CONFIG_PROVE_LOCKING=y |
175 | CONFIG_DEBUG_LOCKDEP=y | 175 | CONFIG_DEBUG_LOCKDEP=y |
176 | CONFIG_DEBUG_INFO=y | 176 | CONFIG_DEBUG_INFO=y |
177 | CONFIG_DEBUG_WRITECOUNT=y | ||
178 | CONFIG_DEBUG_MEMORY_INIT=y | 177 | CONFIG_DEBUG_MEMORY_INIT=y |
179 | CONFIG_DEBUG_LIST=y | 178 | CONFIG_DEBUG_LIST=y |
180 | CONFIG_RCU_CPU_STALL_TIMEOUT=60 | 179 | CONFIG_RCU_CPU_STALL_TIMEOUT=60 |