diff options
author | Alexander Aring <aahringo@redhat.com> | 2022-06-22 14:45:21 -0400 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2022-06-24 11:57:53 -0500 |
commit | 8d614a4457f5515be54dca6f0b95b6a9f968a888 (patch) | |
tree | f0dbcec1d1ec5e4b9707bbb06fc279ed1e7a6f0e /fs/dlm/user.c | |
parent | 2bb2a3d66c6f3971a278265011c9ce1d5f0fb3e2 (diff) | |
download | linux-rpi-8d614a4457f5515be54dca6f0b95b6a9f968a888.tar.gz linux-rpi-8d614a4457f5515be54dca6f0b95b6a9f968a888.tar.bz2 linux-rpi-8d614a4457f5515be54dca6f0b95b6a9f968a888.zip |
fs: dlm: remove timeout from dlm_user_adopt_orphan
Remove the unused timeout parameter from dlm_user_adopt_orphan().
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/user.c')
-rw-r--r-- | fs/dlm/user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index 1060b24f18d4..4b2a24a6a15d 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c @@ -270,7 +270,6 @@ static int device_user_lock(struct dlm_user_proc *proc, error = dlm_user_adopt_orphan(ls, ua, params->mode, params->flags, params->name, params->namelen, - (unsigned long) params->timeout, &lkid); if (!error) error = lkid; |