summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/dlm/lock_dlm.h
diff options
context:
space:
mode:
authorDavid Teigland2006-04-26 21:56:35 +0200
committerSteven Whitehouse2006-04-26 21:56:35 +0200
commit6bd70aba5ab453459bb53b1e29f0e0650d6c311f (patch)
tree4fd79cf7dd69c19e08d7fcd0222e83d9b9358ffe /fs/gfs2/locking/dlm/lock_dlm.h
parent[GFS2] Remove GL_NEVER_RECURSE flag (diff)
downloadkernel-qcow2-linux-6bd70aba5ab453459bb53b1e29f0e0650d6c311f.tar.gz
kernel-qcow2-linux-6bd70aba5ab453459bb53b1e29f0e0650d6c311f.tar.xz
kernel-qcow2-linux-6bd70aba5ab453459bb53b1e29f0e0650d6c311f.zip
[DLM] lock_dlm recover_status patch
This saves the journal recovery result and makes it visible through sysfs. User space needs to know if the node actually recovered the journal or tried and gave up. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/dlm/lock_dlm.h')
-rw-r--r--fs/gfs2/locking/dlm/lock_dlm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h
index 6d76146953ce..e6c1e4786fec 100644
--- a/fs/gfs2/locking/dlm/lock_dlm.h
+++ b/fs/gfs2/locking/dlm/lock_dlm.h
@@ -70,6 +70,7 @@ struct gdlm_ls {
lm_fsdata_t *fsdata;
int recover_jid;
int recover_jid_done;
+ int recover_jid_status;
spinlock_t async_lock;
struct list_head complete;
struct list_head blocking;