kernel/fs/fuse/fuse_i.h
.. .. @@ -571,6 +571,9 @@ 571 571 /** Maxmum number of pages that can be used in a single request */ 572 572 unsigned int max_pages; 573 573 574 + /** Constrain ->max_pages to this value during feature negotiation */575 + unsigned int max_pages_limit;576 +574 577 /** Input queue */ 575 578 struct fuse_iqueue iq; 576 579