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.
proc_link
1 parent 3dc00bc commit 07c08baCopy full SHA for 07c08ba
include/linux/netfs.h
@@ -228,7 +228,9 @@ struct netfs_io_request {
228
struct kiocb *iocb; /* AIO completion vector */
229
struct netfs_cache_resources cache_resources;
230
struct netfs_io_request *copy_to_cache; /* Request to write just-read data to the cache */
231
+#ifdef CONFIG_PROC_FS
232
struct list_head proc_link; /* Link in netfs_iorequests */
233
+#endif
234
struct netfs_io_stream io_streams[2]; /* Streams of parallel I/O operations */
235
#define NR_IO_STREAMS 2 //wreq->nr_io_streams
236
struct netfs_group *group; /* Writeback group being written back */
0 commit comments