diff options
Diffstat (limited to 'include/linux/nfsd/state.h')
-rw-r--r-- | include/linux/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index f063df7ad134..18dcffa57f77 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -110,6 +110,7 @@ struct nfsd4_cache_entry { | |||
110 | __be32 ce_status; | 110 | __be32 ce_status; |
111 | struct kvec ce_datav; /* encoded NFSv4.1 data in rq_res.head[0] */ | 111 | struct kvec ce_datav; /* encoded NFSv4.1 data in rq_res.head[0] */ |
112 | struct page *ce_respages[NFSD_PAGES_PER_SLOT + 1]; | 112 | struct page *ce_respages[NFSD_PAGES_PER_SLOT + 1]; |
113 | int ce_cachethis; | ||
113 | short ce_resused; | 114 | short ce_resused; |
114 | int ce_opcnt; | 115 | int ce_opcnt; |
115 | int ce_rpchdrlen; | 116 | int ce_rpchdrlen; |