We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252cf7b commit 040a82bCopy full SHA for 040a82b
include/linux/netfs.h
@@ -204,8 +204,8 @@ struct netfs_cache_resources {
204
* the pages it points to can be relied on to exist for the duration.
205
*/
206
struct netfs_io_subrequest {
207
- struct work_struct work;
208
struct netfs_io_request *rreq; /* Supervising I/O request */
+ struct work_struct work;
209
struct list_head rreq_link; /* Link in rreq->subrequests */
210
struct iov_iter io_iter; /* Iterator for this subrequest */
211
loff_t start; /* Where to start the I/O */
0 commit comments