diff options
author | David Teigland <teigland@redhat.com> | 2006-04-26 15:56:35 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-26 15:56:35 -0400 |
commit | 6bd70aba5ab453459bb53b1e29f0e0650d6c311f (patch) | |
tree | 4fd79cf7dd69c19e08d7fcd0222e83d9b9358ffe /fs/gfs2/locking/dlm/lock_dlm.h | |
parent | 579b78a43b366d51f9c888afaf1eab1f4ea599fa (diff) | |
download | linux-6bd70aba5ab453459bb53b1e29f0e0650d6c311f.tar.bz2 |
[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.h | 1 |
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; |