diff options
author | Patrick Caulfield <pcaulfie@redhat.com> | 2006-08-23 10:24:03 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-08-23 10:33:06 -0400 |
commit | c059f70e357af1adcfc1a9294e44cdd945adb841 (patch) | |
tree | 5561a3e2173dcde3126b1ea03cfd380e693cadb4 /fs/dlm/lock.c | |
parent | 10948eb4eddea6750a3b27f77bec423d844e6726 (diff) |
[DLM] down conversion clearing flags
Oh, and here's (hopefully) the last of these ua_tmp patches. I think I've
caught all the paths now. Sorry it didn't make the last one.
Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/lock.c')
-rw-r--r-- | fs/dlm/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 7ffbe8090de0..6dcd475826c1 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -3765,6 +3765,7 @@ int dlm_user_cancel(struct dlm_ls *ls, struct dlm_user_args *ua_tmp, ua = (struct dlm_user_args *)lkb->lkb_astparam; ua->castparam = ua_tmp->castparam; + ua->user_lksb = ua_tmp->user_lksb; error = set_unlock_args(flags, ua, &args); if (error) |