diff options
Diffstat (limited to 'fs/cachefiles/internal.h')
| -rw-r--r-- | fs/cachefiles/internal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h index 6cba2c6de2f9..2ad58c465208 100644 --- a/fs/cachefiles/internal.h +++ b/fs/cachefiles/internal.h @@ -111,6 +111,7 @@ struct cachefiles_cache {  	char				*tag;		/* cache binding tag */  	refcount_t			unbind_pincount;/* refcount to do daemon unbind */  	struct xarray			reqs;		/* xarray of pending on-demand requests */ +	unsigned long			req_id_next;  	struct xarray			ondemand_ids;	/* xarray for ondemand_id allocation */  	u32				ondemand_id_next;  };  | 
