aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2.h
diff options
context:
space:
mode:
authorSunil Mushran <sunil.mushran@oracle.com>2008-12-16 15:49:18 -0800
committerMark Fasheh <mfasheh@suse.com>2009-04-03 11:39:15 -0700
commit59b526a30722f29e5dba6210a6e0fc34e3149b94 (patch)
treed373fe3f283f584f22ffb7eed60c937c0bf893a6 /fs/ocfs2/ocfs2.h
parent50397507e856455b3f5cb3d5c7c482209f9e46a0 (diff)
downloadkernel_samsung_smdk4412-59b526a30722f29e5dba6210a6e0fc34e3149b94.zip
kernel_samsung_smdk4412-59b526a30722f29e5dba6210a6e0fc34e3149b94.tar.gz
kernel_samsung_smdk4412-59b526a30722f29e5dba6210a6e0fc34e3149b94.tar.bz2
ocfs2: Remove debugfs file local_alloc_stats
This patch removes the debugfs file local_alloc_stats as that information is now included in the fs_state debugfs file. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r--fs/ocfs2/ocfs2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 18d8542..a7c8369 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -287,11 +287,6 @@ struct ocfs2_super
u64 la_last_gd;
-#ifdef CONFIG_OCFS2_FS_STATS
- struct dentry *local_alloc_debug;
- char *local_alloc_debug_buf;
-#endif
-
/* Next three fields are for local node slot recovery during
* mount. */
int dirty;