aboutsummaryrefslogtreecommitdiffstats
path: root/fs/netfs/write_retry.c
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2025-07-01 16:38:46 +0000
committerChristian Brauner <[email protected]>2025-07-01 20:37:14 +0000
commit5e1e6ec2e346c0850f304c31abdef4158007474e (patch)
tree2f31407da4b90fe37338ce1f0fe87c58377edece /fs/netfs/write_retry.c
parentnetfs: Fix i_size updating (diff)
downloadkernel-5e1e6ec2e346c0850f304c31abdef4158007474e.tar.gz
kernel-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 <[email protected]> Link: https://lore.kernel.org/[email protected] cc: Steve French <[email protected]> cc: Paulo Alcantara <[email protected]> cc: [email protected] cc: [email protected] cc: [email protected] Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'fs/netfs/write_retry.c')
0 files changed, 0 insertions, 0 deletions