]> git.ipfire.org Git - thirdparty/linux.git/commit
smb/client: adapt to breakup of struct file_lock
authorJeff Layton <jlayton@kernel.org>
Wed, 31 Jan 2024 23:02:25 +0000 (18:02 -0500)
committerChristian Brauner <brauner@kernel.org>
Mon, 5 Feb 2024 12:11:44 +0000 (13:11 +0100)
commit84e286c1bb9b22d5893d34fcedd69224a65c439c
treefb15d3a88b430b0976bb8ae3732a3f60cd58e9db
parentc8df2cc9d63bdb365c520a2dd5472f7b7755644f
smb/client: adapt to breakup of struct file_lock

Most of the existing APIs have remained the same, but subsystems that
access file_lock fields directly need to reach into struct
file_lock_core now.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20240131-flsplit-v3-44-c6129007ee8d@kernel.org
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/smb/client/cifsglob.h
fs/smb/client/cifssmb.c
fs/smb/client/file.c
fs/smb/client/smb2file.c