aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/lock.c1
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,
3765 3765
3766 ua = (struct dlm_user_args *)lkb->lkb_astparam; 3766 ua = (struct dlm_user_args *)lkb->lkb_astparam;
3767 ua->castparam = ua_tmp->castparam; 3767 ua->castparam = ua_tmp->castparam;
3768 ua->user_lksb = ua_tmp->user_lksb;
3768 3769
3769 error = set_unlock_args(flags, ua, &args); 3770 error = set_unlock_args(flags, ua, &args);
3770 if (error) 3771 if (error)