]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUG
authorAdrian Bunk <bunk@stusta.de>
Tue, 10 Jan 2006 04:54:05 +0000 (20:54 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:56 +0000 (08:01 -0800)
commit4610a6bea7742ab34e40dcb776bd3feb52da10d6
tree5ab0d7a0e6109cb8e2d80400ba21846b56cc8d54
parenta0aa7d0639277f375989071fb52a7ce78beeef97
[PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUG

There's no need for ext2_count_free() #ifndef EXT2FS_DEBUG.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext2/bitmap.c