virtiofs: split requests that exceed virtqueue size
[sfrench/cifs-2.6.git] / fs / fuse / fuse_i.h
index 979b680bb47eed8bec0bc4f79ccc9cbf0685700b..38369a5094afd9fb65c0141f174c2e1bbeed25d3 100644 (file)
@@ -555,6 +555,9 @@ struct fuse_conn {
        /** Maximum number of pages that can be used in a single request */
        unsigned int max_pages;
 
+       /** Constrain ->max_pages to this value during feature negotiation */
+       unsigned int max_pages_limit;
+
        /** Input queue */
        struct fuse_iqueue iq;