netfs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
@ 2024-08-19 13:52 Yue Haibing
  0 siblings, 0 replies; 2+ messages in thread
From: Yue Haibing @ 2024-08-19 13:52 UTC (permalink / raw)
  To: dhowells, jlayton; +Cc: netfs, linux-fsdevel, linux-kernel, yuehaibing

Commit c245868524cc ("netfs: Remove the old writeback code")
removed the implementation but leave declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/linux/netfs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/netfs.h b/include/linux/netfs.h
index 983816608f15..712c34f6c332 100644
--- a/include/linux/netfs.h
+++ b/include/linux/netfs.h
@@ -434,7 +434,6 @@ size_t netfs_limit_iter(const struct iov_iter *iter, size_t start_offset,
 void netfs_prepare_write_failed(struct netfs_io_subrequest *subreq);
 void netfs_write_subrequest_terminated(void *_op, ssize_t transferred_or_error,
 				       bool was_async);
-void netfs_queue_write_request(struct netfs_io_subrequest *subreq);
 
 int netfs_start_io_read(struct inode *inode);
 void netfs_end_io_read(struct inode *inode);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
@ 2025-07-23 12:23 Yue Haibing
  0 siblings, 0 replies; 2+ messages in thread
From: Yue Haibing @ 2025-07-23 12:23 UTC (permalink / raw)
  To: dhowells, pc, brauner; +Cc: netfs, linux-fsdevel, linux-kernel, yuehaibing

Commit c245868524cc ("netfs: Remove the old writeback code") removed
the implementation but leave declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/linux/netfs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/netfs.h b/include/linux/netfs.h
index f43f075852c0..185bd8196503 100644
--- a/include/linux/netfs.h
+++ b/include/linux/netfs.h
@@ -442,7 +442,6 @@ size_t netfs_limit_iter(const struct iov_iter *iter, size_t start_offset,
 			size_t max_size, size_t max_segs);
 void netfs_prepare_write_failed(struct netfs_io_subrequest *subreq);
 void netfs_write_subrequest_terminated(void *_op, ssize_t transferred_or_error);
-void netfs_queue_write_request(struct netfs_io_subrequest *subreq);
 
 int netfs_start_io_read(struct inode *inode);
 void netfs_end_io_read(struct inode *inode);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-23 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 12:23 [PATCH -next] netfs: Remove unused declaration netfs_queue_write_request() Yue Haibing
  -- strict thread matches above, loose matches on Subject: below --
2024-08-19 13:52 Yue Haibing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).