Re: [PATCH RESEND 0/2] smb/client: handle compression flags through fileattr
Namjae Jeon <[email protected]>
| Newsgroups | org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <CAKYAXd9gZeRhL5Pt_risHwU-GQp=_3Tv3kHVoA0qPMrYOCA4iQ@mail.gmail.com> |
On Wed, Aug 5, 2026 at 10:56 AM Huiwen He <[email protected]> wrote: > > 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 Will apply these to #for-next. Thanks!