diff options
Diffstat (limited to 'fs')
-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 7d38f914c5b9..bb2e35151210 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -3699,6 +3699,7 @@ int dlm_user_unlock(struct dlm_ls *ls, struct dlm_user_args *ua_tmp, | |||
3699 | if (lvb_in && ua->lksb.sb_lvbptr) | 3699 | if (lvb_in && ua->lksb.sb_lvbptr) |
3700 | memcpy(ua->lksb.sb_lvbptr, lvb_in, DLM_USER_LVB_LEN); | 3700 | memcpy(ua->lksb.sb_lvbptr, lvb_in, DLM_USER_LVB_LEN); |
3701 | ua->castparam = ua_tmp->castparam; | 3701 | ua->castparam = ua_tmp->castparam; |
3702 | ua->user_lksb = ua_tmp->user_lksb; | ||
3702 | 3703 | ||
3703 | error = set_unlock_args(flags, ua, &args); | 3704 | error = set_unlock_args(flags, ua, &args); |
3704 | if (error) | 3705 | if (error) |