[PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config option
authorSunil Mushran <sunil.mushran@oracle.com>
Tue, 13 May 2008 20:45:14 +0000 (13:45 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 14 Jul 2008 20:57:14 +0000 (13:57 -0700)
commitce7231e92dac381f6e4f9cfdfdf9e0ea055223ad
tree5bb7bd812dd26458b8d0e7fa68b2347c7cea9fac
parentbce7f793daec3e65ec5c5705d2457b81fe7b5725
[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 <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/Kconfig