[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions

David Howells posted 4 patches 1 year, 11 months ago
fs/afs/dir.c              | 10 +++++-----
fs/erofs/fscache.c        |  6 +++---
fs/netfs/buffered_read.c  | 12 ++++++------
fs/netfs/buffered_write.c | 10 +++++-----
fs/netfs/io.c             |  2 +-
fs/netfs/misc.c           |  2 +-
fs/smb/client/file.c      | 10 +++++-----
7 files changed, 26 insertions(+), 26 deletions(-)
[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
Posted by David Howells 1 year, 11 months ago
Hi Christian, Willy,

Here are some patches that replace the use of folio_index(),
folio_mapping() and folio_file_mapping() in some filesystem code.  I'll add
them to my netfs-lib branch.

David

David Howells (4):
  netfs: Don't use certain internal folio_*() functions
  afs: Don't use certain internal folio_*() functions
  erofs: Don't use certain internal folio_*() functions
  cifs: Don't use certain internal folio_*() functions

 fs/afs/dir.c              | 10 +++++-----
 fs/erofs/fscache.c        |  6 +++---
 fs/netfs/buffered_read.c  | 12 ++++++------
 fs/netfs/buffered_write.c | 10 +++++-----
 fs/netfs/io.c             |  2 +-
 fs/netfs/misc.c           |  2 +-
 fs/smb/client/file.c      | 10 +++++-----
 7 files changed, 26 insertions(+), 26 deletions(-)
Re: [PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
Posted by Jeff Layton 1 year, 11 months ago
On Tue, 2024-01-09 at 18:01 +0000, David Howells wrote:
> Hi Christian, Willy,
> 
> Here are some patches that replace the use of folio_index(),
> folio_mapping() and folio_file_mapping() in some filesystem code.  I'll add
> them to my netfs-lib branch.
> 
> David
> 
> David Howells (4):
>   netfs: Don't use certain internal folio_*() functions
>   afs: Don't use certain internal folio_*() functions
>   erofs: Don't use certain internal folio_*() functions
>   cifs: Don't use certain internal folio_*() functions
> 
>  fs/afs/dir.c              | 10 +++++-----
>  fs/erofs/fscache.c        |  6 +++---
>  fs/netfs/buffered_read.c  | 12 ++++++------
>  fs/netfs/buffered_write.c | 10 +++++-----
>  fs/netfs/io.c             |  2 +-
>  fs/netfs/misc.c           |  2 +-
>  fs/smb/client/file.c      | 10 +++++-----
>  7 files changed, 26 insertions(+), 26 deletions(-)
> 

Looks like a fairly straightforward cleanup. Aside from the changelog
comments on patch #1:

Reviewed-by: Jeff Layton <jlayton@kernel.org>