]> www.infradead.org Git - users/jedix/linux-maple.git/commit
afs: Locally initialise the contents of a new symlink on creation
authorDavid Howells <dhowells@redhat.com>
Mon, 16 Dec 2024 20:41:20 +0000 (20:41 +0000)
committerChristian Brauner <brauner@kernel.org>
Fri, 20 Dec 2024 21:34:09 +0000 (22:34 +0100)
commit6698c02d64b240861c20d15a531445942600c8ae
tree381a8b2606cb99b7e6898eb233af97d51e5176b5
parenta5b5beebcf96d5e8a2fc79856c2ac1e93f82478e
afs: Locally initialise the contents of a new symlink on creation

Since we know what the contents of a symlink will be when we create it on
the server, initialise its contents locally too to avoid the need to
download it.

Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/20241216204124.3752367-31-dhowells@redhat.com
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/afs/dir.c
fs/afs/inode.c
fs/afs/internal.h
fs/netfs/buffered_read.c
fs/netfs/read_single.c