forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/fs/fuse/fuse_i.h
....@@ -571,6 +571,9 @@
571571 /** Maxmum number of pages that can be used in a single request */
572572 unsigned int max_pages;
573573
574
+ /** Constrain ->max_pages to this value during feature negotiation */
575
+ unsigned int max_pages_limit;
576
+
574577 /** Input queue */
575578 struct fuse_iqueue iq;
576579