]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfs: Delete some xarray-wangling functions that aren't used
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Jun 2024 10:10:44 +0000 (11:10 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 26 Jun 2024 12:16:49 +0000 (14:16 +0200)
commit84dfbc9cad7d86984f2b5814bf36e61ff492f306
tree919425c34e456d28e8a7f0f0c6c3afe8f05073f0
parent6470e0bc6fe1948dcc2dfe7264c5a6c7a4a6788a
netfs: Delete some xarray-wangling functions that aren't used

Delete some xarray-based buffer wangling functions that are intended for
use with bounce buffering, but aren't used because bounce-buffering got
deferred to a later patch series.  Now, however, the intention is to use
something other than an xarray to do this.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20240620173137.610345-9-dhowells@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/netfs/internal.h
fs/netfs/misc.c