[PATCH RESEND 0/2] smb/client: handle compression flags through fileattr
Huiwen He <[email protected]> Wed, 5 Aug 2026 09:54:45 +0800
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel.cifs |
|---|---|
| Message-ID | <[email protected]> |
From: Huiwen He <[email protected]> This series moves CIFS compression flag updates to the generic VFS fileattr path. - Patch1 implements ->fileattr_set for CIFS compression flags so FS_IOC_SETFLAGS uses the generic VFS permission and serialization checks. - Patch 2 removes the old FS_IOC_GETFLAGS and FS_IOC_SETFLAGS handlers from cifs_ioctl(), which are no longer reachable. Thanks, Huiwen Huiwen He (2): smb/client: implement fileattr_set for compression flags smb/client: remove unused file flags ioctl handlers fs/smb/client/cifsfs.c | 6 +- fs/smb/client/cifsfs.h | 2 + fs/smb/client/ioctl.c | 165 ++++++++++++++++++----------------------- 3 files changed, 79 insertions(+), 94 deletions(-) -- 2.43.0