summary refs log tree commit diff
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2008-08-18 14:03:25 -0500
committerDavid Teigland <teigland@redhat.com>2008-08-28 11:50:07 -0500
commitc1dcf65ffc5796bf4ff75c13f448e63b3a416fd6 (patch)
tree0283dcd832fb54758e80f7fb53f8efb331b6321c /fs/dlm/dlm_internal.h
parentdc68c7ed362a00a48290252573a8eb9f74463c3a (diff)
downloadlinux-c1dcf65ffc5796bf4ff75c13f448e63b3a416fd6.tar.gz
dlm: fix locking of lockspace list in dlm_scand
The dlm_scand thread needs to lock the list of lockspaces
when going through it.

Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r--fs/dlm/dlm_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h
index 9e0622aff496..868e4c9ef127 100644
--- a/fs/dlm/dlm_internal.h
+++ b/fs/dlm/dlm_internal.h
@@ -445,6 +445,7 @@ struct dlm_ls {
 						   the dlm using this ls */
 	int			ls_create_count; /* create/release refcount */
 	unsigned long		ls_flags;	/* LSFL_ */
+	unsigned long		ls_scan_time;
 	struct kobject		ls_kobj;
 
 	struct dlm_rsbtable	*ls_rsbtbl;