aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/pin-init/internal/src
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2025-07-01 17:38:46 +0100
committerChristian Brauner <brauner@kernel.org>2025-07-01 22:37:14 +0200
commit5e1e6ec2e346c0850f304c31abdef4158007474e (patch)
tree2f31407da4b90fe37338ce1f0fe87c58377edece /rust/pin-init/internal/src
parentnetfs: Fix i_size updating (diff)
downloadwireguard-linux-5e1e6ec2e346c0850f304c31abdef4158007474e.tar.xz
wireguard-linux-5e1e6ec2e346c0850f304c31abdef4158007474e.zip
netfs: Merge i_size update functions
Netfslib has two functions for updating the i_size after a write: one for buffered writes into the pagecache and one for direct/unbuffered writes. However, what needs to be done is much the same in both cases, so merge them together. This does raise one question, though: should updating the i_size after a direct write do the same estimated update of i_blocks as is done for buffered writes. Also get rid of the cleanup function pointer from netfs_io_request as it's only used for direct write to update i_size; instead do the i_size setting directly from write collection. Signed-off-by: David Howells <dhowells@redhat.com> Link: https://lore.kernel.org/20250701163852.2171681-12-dhowells@redhat.com cc: Steve French <sfrench@samba.org> cc: Paulo Alcantara <pc@manguebit.org> cc: linux-cifs@vger.kernel.org cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'rust/pin-init/internal/src')
0 files changed, 0 insertions, 0 deletions