projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3632752
)
[DLM] PATCH 1/3 dlm: force free user lockspace
author
David Teigland
<teigland@redhat.com>
Fri, 28 Apr 2006 14:48:59 +0000
(10:48 -0400)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 28 Apr 2006 14:48:59 +0000
(10:48 -0400)
Lockspaces created from user space should be forcibly freed without
requiring any further user space interaction.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/device.c
patch
|
blob
|
history
diff --git
a/fs/dlm/device.c
b/fs/dlm/device.c
index
5da4b2e
..
49a20d5
100644
(file)
--- a/
fs/dlm/device.c
+++ b/
fs/dlm/device.c
@@
-626,7
+626,7
@@
static int do_user_remove_lockspace(struct file_info *fi, uint8_t cmd,
}
if (kparams->flags & DLM_USER_LSFLG_FORCEFREE)
- force =
2
;
+ force =
3
;
status = unregister_lockspace(lsinfo, force);
mutex_unlock(&user_ls_lock);