]> err.no Git - linux-2.6/blobdiff - fs/fuse/fuse_i.h
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / fs / fuse / fuse_i.h
index 19c7185a7546b3fbf329d3ff6d1af03bf3f95a0f..0474202cb5dc09d8b0bd9c75c47d7e01a87b700a 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;