]> err.no Git - linux-2.6/blobdiff - fs/fuse/fuse_i.h
Merge branch 'upstream'
[linux-2.6] / fs / fuse / fuse_i.h
index ee9b8304251091c81acf8cf896b0253495dcbb90..59661c481d9d4fecb6286d2811cbebe649f3a992 100644 (file)
@@ -159,6 +159,9 @@ struct fuse_req {
        /** Data is being copied to/from the request */
        unsigned locked:1;
 
+       /** Request is counted as "waiting" */
+       unsigned waiting:1;
+
        /** State of the request */
        enum fuse_req_state state;