Hi Linus, Can you pull these afs patches please? There are two of them: (1) Split the readpage handler for symlinks from the one for files. The symlink readpage isn't given a file pointer, so the handling has to be special-cased. This has been posted as part of a patchset to foliate netfs, afs, etc.[1] but I've moved it to this one as it's not actually doing foliation but is more of a pre-cleanup. (2) Fix file creation to set the mtime from the client's clock to keep make happy if the server's clock isn't quite in sync.[2] Thanks, David Link: https://lore.kernel.org/r/163005742570.2472992.7800423440314043178.stgit@xxxxxxxxxxxxxxxxxxxxxx/ [1] Link: http://lists.infradead.org/pipermail/linux-afs/2021-October/004395.html [2] --- The following changes since commit 8bb7eca972ad531c9b149c0a51ab43a417385813: Linux 5.15 (2021-10-31 13:53:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20211102 for you to fetch changes up to 52af7105eceb311b96b3b7971a367f30a70de907: afs: Set mtime from the client for yfs create operations (2021-11-02 09:42:26 +0000) ---------------------------------------------------------------- AFS changes ---------------------------------------------------------------- David Howells (1): afs: Sort out symlink reading Marc Dionne (1): afs: Set mtime from the client for yfs create operations fs/afs/file.c | 14 +++++++++----- fs/afs/inode.c | 6 +++--- fs/afs/internal.h | 3 ++- fs/afs/yfsclient.c | 32 +++++++++++++------------------- 4 files changed, 27 insertions(+), 28 deletions(-)