summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi2015-07-01 16:25:58 +0200
committerMiklos Szeredi2015-07-01 16:25:58 +0200
commitdc00809a53edd15369906b90407a2d5b976289f5 (patch)
tree258e5852c7d0b617eee5baed913c90ca89397ad3 /fs/fuse/fuse_i.h
parentfuse: req use bitops (diff)
downloadkernel-qcow2-linux-dc00809a53edd15369906b90407a2d5b976289f5.tar.gz
kernel-qcow2-linux-dc00809a53edd15369906b90407a2d5b976289f5.tar.xz
kernel-qcow2-linux-dc00809a53edd15369906b90407a2d5b976289f5.zip
fuse: use per req lock for lock/unlock_request()
Reuse req->waitq.lock for protecting FR_ABORTED and FR_LOCKED flags. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Reviewed-by: Ashish Samant <ashish.samant@oracle.com>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 4503e995c7b2..7257adba7ecd 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -289,6 +289,10 @@ enum fuse_req_flag {
/**
* A request to the client
+ *
+ * .waitq.lock protects the following fields:
+ * - FR_ABORTED
+ * - FR_LOCKED (may also be modified under fc->lock, tested under both)
*/
struct fuse_req {
/** This can be on either pending processing or io lists in