src/dbfs/dbfs.h
changeset 42 40a3b13ffc9d
parent 41 6abda2fa4579
child 48 8b019d191353
--- a/src/dbfs/dbfs.h	Tue Nov 18 01:55:13 2008 +0200
+++ b/src/dbfs/dbfs.h	Tue Nov 18 02:06:52 2008 +0200
@@ -81,6 +81,8 @@
 
 /*
  * Useable as a callback to fuse_req_interrupt_func, will abort the given query and err the req.
+ *
+ * Due to a locking bug in libfuse 2.7.4, this will actually delay the fuse_req_err until the next event-loop iteration.
  */
 void dbfs_interrupt_query (struct fuse_req *req, void *query_ptr);