Make max_background and congestion_threshold "officially undocumented"
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 15 Nov 2016 03:47:32 +0000 (19:47 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 15 Nov 2016 03:47:32 +0000 (19:47 -0800)
include/fuse_common.h

index 4363e405b437e1ff5434566c868c07962202a16f..dc190837b5c03448fc9c65e50a935092e71273d2 100644 (file)
@@ -280,13 +280,18 @@ struct fuse_conn_info {
        unsigned want;
 
        /**
-        * Maximum number of backgrounded requests
+        * Maximum number of backgrounded requests. If you want to
+        * know what this means, please refer to the kernel source
+        * (and, ideally, submit a brief explanation that can be
+        * included here).
         */
        unsigned max_background;
 
        /**
-
-        * Kernel congestion threshold parameter
+        * Kernel congestion threshold parameter.  If you want to
+        * know what this means, please refer to the kernel source
+        * (and, ideally, submit a brief explanation that can be
+        * included here).
         */
        unsigned congestion_threshold;