[GIT PULL] vboxsf fixes for 6.9-1

From: Hans de Goede
Date: Wed Apr 03 2024 - 11:55:56 EST


Hi Linus,

Here is a pull-req with a set of vboxsf fixes for 6.9
(I am the vboxsf maintainer):

- Warning fixes
- Explicitly deny setlease attempts

Regards,

Hans


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/vboxsf-v6.9-1

for you to fetch changes up to 1ece2c43b88660ddbdf8ecb772e9c41ed9cda3dd:

vboxsf: explicitly deny setlease attempts (2024-04-03 16:06:39 +0200)

----------------------------------------------------------------
vboxsf fixes for v6.9-1

Highlights:
- Compiler warning fixes
- Explicitly deny setlease attempts

----------------------------------------------------------------
Christophe JAILLET (2):
vboxsf: Avoid an spurious warning if load_nls_xxx() fails
vboxsf: Remove usage of the deprecated ida_simple_xx() API

Colin Ian King (1):
vboxsf: remove redundant variable out_len

Jeff Layton (1):
vboxsf: explicitly deny setlease attempts

fs/vboxsf/file.c | 1 +
fs/vboxsf/super.c | 9 +++++----
fs/vboxsf/utils.c | 3 ---
3 files changed, 6 insertions(+), 7 deletions(-)