]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb/client: show compress mount option
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Sat, 1 Aug 2026 07:55:15 +0000 (07:55 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 3 Aug 2026 01:21:22 +0000 (20:21 -0500)
commitc422d34a4ad953473b8cc2b232915a4beaf8c3fa
tree87a16bd20d6dc76c7ab9acbee4e67545dcbe316c
parent075b74841bd0065a3bda3440873c747938e69b68
smb/client: show compress mount option

Example:

  1. mount -t cifs -o compress //localhost/test /mnt
  2. mount | grep cifs
     //localhost/test on /mnt type cifs (..., compress, ...)

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c