]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: change return type of cached_dir_lease_break() to bool
authorBharath SM <bharathsm@microsoft.com>
Mon, 30 Jun 2025 18:49:32 +0000 (00:19 +0530)
committerSteve French <stfrench@microsoft.com>
Sun, 27 Jul 2025 21:59:59 +0000 (16:59 -0500)
commit2aaf1784835f5f3063ae2392689053ebafd27e01
treea2fefbd2d96a77bb184b8c8cb76b398a9c8ae4a4
parent9d5eff7821f6d70f7d1b4d8a60680fba4de868a7
smb: change return type of cached_dir_lease_break() to bool

cached_dir_lease_break() has return type as int but only
returning true or false. change return type of this function
to bool for clarity.

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cached_dir.c
fs/smb/client/cached_dir.h