summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
diff options
context:
space:
mode:
authorSunil Mushran2008-12-17 00:49:16 +0100
committerMark Fasheh2009-04-03 20:39:14 +0200
commit96a6c64b5354b804b3ccfd1b31306565a01ebcb1 (patch)
treede8bde922d2e5fdb4d0698dc4169b57acd7e4b8b /fs/ocfs2/journal.c
parentocfs2/hb: Expose the list of heartbeating nodes via debugfs (diff)
downloadkernel-qcow2-linux-96a6c64b5354b804b3ccfd1b31306565a01ebcb1.tar.gz
kernel-qcow2-linux-96a6c64b5354b804b3ccfd1b31306565a01ebcb1.tar.xz
kernel-qcow2-linux-96a6c64b5354b804b3ccfd1b31306565a01ebcb1.zip
ocfs2: Move struct recovery_map to a header file
Move the definition of struct recovery_map from journal.c to journal.h. This is preparation for the next patch. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/journal.c')
-rw-r--r--fs/ocfs2/journal.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index 57d7d25a2b9a..4c8f3557fe93 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -76,18 +76,6 @@ static inline int ocfs2_wait_on_quotas(struct ocfs2_super *osb)
return __ocfs2_wait_on_mount(osb, 1);
}
-
-
-/*
- * The recovery_list is a simple linked list of node numbers to recover.
- * It is protected by the recovery_lock.
- */
-
-struct ocfs2_recovery_map {
- unsigned int rm_used;
- unsigned int *rm_entries;
-};
-
int ocfs2_recovery_init(struct ocfs2_super *osb)
{
struct ocfs2_recovery_map *rm;