Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / include / linux / netfs.h
index 9062adf..5d6a415 100644 (file)
@@ -102,6 +102,7 @@ struct netfs_cache_resources {
        const struct netfs_cache_ops    *ops;
        void                            *cache_priv;
        void                            *cache_priv2;
+       unsigned int                    debug_id;       /* Cookie debug ID */
 };
 
 /*
@@ -137,7 +138,6 @@ struct netfs_read_request {
        struct list_head        subrequests;    /* Requests to fetch I/O from disk or net */
        void                    *netfs_priv;    /* Private data for the netfs */
        unsigned int            debug_id;
-       unsigned int            cookie_debug_id;
        atomic_t                nr_rd_ops;      /* Number of read ops in progress */
        atomic_t                nr_wr_ops;      /* Number of write ops in progress */
        size_t                  submitted;      /* Amount submitted for I/O so far */