diff options
| author | ChenXiaoSong <chenxiaosong@kylinos.cn> | 2026-06-09 09:10:28 +0300 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-06-17 02:57:21 +0300 |
| commit | f4d556008fd443c05dc599ae3b1bd56c56c93741 (patch) | |
| tree | 3256a1d10230f9fb0a59a95b2966569489a29bc4 /include/linux/debugobjects.h | |
| parent | 5560f971645ce357ac0d2859376cf4205d44a5bf (diff) | |
| download | linux-f4d556008fd443c05dc599ae3b1bd56c56c93741.tar.xz | |
smb/server: fix incorrect file size in get_file_compression_info()
Before this patch, we got the wrong file size:
- client: touch /mnt/file
- client: smbinfo setcompression default /mnt/file
- client: dd if=/dev/zero of=/mnt/file bs=1 count=1000
- client: smbinfo filecompressioninfo /mnt/file
Compressed File Size: 4096
Compression Format: 2 (LZNT1)
After this patch, we get the correct file size:
- client: smbinfo filecompressioninfo /mnt/file
Compressed File Size: 1000
Compression Format: 2 (LZNT1)
Note that the actual compressed file size must be got by other methods.
For Btrfs, use the following command to get actual compressed file size:
- server: compsize /export/file
Processed 1 file, 0 regular extents (0 refs), 1 inline.
Type Perc Disk Usage Uncompressed Referenced
TOTAL 4% 47B 1000B 1000B
zlib 4% 47B 1000B 1000B
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
