]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
authorChristian Brauner <brauner@kernel.org>
Thu, 4 Jan 2024 14:40:34 +0000 (15:40 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 4 Jan 2024 14:40:34 +0000 (15:40 +0100)
commitd271c4b406f75e27efd79fe132981e475db1dd7e
tree2a08426a6a8a55337640288bde5e1d43d94e579f
parent86fb59411553c553fe327db067a2435ecb72c80f
parent43833f2ba5ce1543148a1b7cdd2513f5a663a17c
Merge tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull netfs updates from David Howells:

A few follow-up fixes for the netfs work for this cycle.

* tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"
  netfs: Rearrange netfs_io_subrequest to put request pointer first
  9p: Use length of data written to the server in preference to error
  9p: Do a couple of cleanups
  9p: Fix initialisation of netfs_inode for 9p
  cachefiles: Fix __cachefiles_prepare_write()

Signed-off-by: Christian Brauner <brauner@kernel.org>