Re: [PATCH] cifs: Show reason why autodisabling serverino support

From: Paulo Alcantara
Date: Sun Jun 08 2025 - 16:57:47 EST


Pali Rohár <pali@xxxxxxxxxx> writes:

> Before calling cifs_autodisable_serverino() function, show reason why it
> has to be called.
>
> This change allows to debug issues why cifs.ko decide to turn off server
> inode number support and hence disable support for detection of hardlinks.
>
> Signed-off-by: Pali Rohár <pali@xxxxxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> ---
> fs/smb/client/connect.c | 2 ++
> fs/smb/client/dfs_cache.c | 2 ++
> fs/smb/client/inode.c | 3 +++
> fs/smb/client/readdir.c | 3 +++
> 4 files changed, 10 insertions(+)

NACK.