[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240109180117.1669008-1-dhowells@redhat.com>
Date: Tue, 9 Jan 2024 18:01:11 +0000
From: David Howells <dhowells@...hat.com>
To: Christian Brauner <christian@...uner.io>,
Jeff Layton <jlayton@...nel.org>,
Gao Xiang <hsiangkao@...ux.alibaba.com>,
Dominique Martinet <asmadeus@...ewreck.org>
Cc: David Howells <dhowells@...hat.com>,
Steve French <smfrench@...il.com>,
Matthew Wilcox <willy@...radead.org>,
Marc Dionne <marc.dionne@...istor.com>,
Paulo Alcantara <pc@...guebit.com>,
Shyam Prasad N <sprasad@...rosoft.com>,
Tom Talpey <tom@...pey.com>,
Eric Van Hensbergen <ericvh@...nel.org>,
Ilya Dryomov <idryomov@...il.com>,
linux-cachefs@...hat.com,
linux-afs@...ts.infradead.org,
linux-cifs@...r.kernel.org,
linux-nfs@...r.kernel.org,
ceph-devel@...r.kernel.org,
v9fs@...ts.linux.dev,
linux-erofs@...ts.ozlabs.org,
linux-fsdevel@...r.kernel.org,
linux-mm@...ck.org,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
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(-)
Powered by blists - more mailing lists