From: Sunil Mushran Date: Tue, 13 May 2008 20:45:14 +0000 (-0700) Subject: [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config option X-Git-Tag: v2.6.27-rc1~1036^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7231e92dac381f6e4f9cfdfdf9e0ea055223ad;p=pandora-kernel.git [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config option This patch adds config option CONFIG_OCFS2_FS_STATS to allow building the fs with instrumentation enabled. An upcoming patch will provide support to instrument cluster locking, which is a crucial overhead in a cluster file system. This config option allows users to avoid the cpu and memory overhead that is involved in gathering such statistics. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed