From: Miklos Szeredi Date: Wed, 1 Jul 2015 14:26:02 +0000 (+0200) Subject: fuse: iqueue locking X-Git-Tag: omap-for-v4.2/fixes-rc1^2~41^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce6081260ea4c1b5bfa8ecca5cbb93eea279ad4;p=pandora-kernel.git fuse: iqueue locking Use fiq->waitq.lock for protecting members of struct fuse_iqueue and FR_PENDING request flag, previously protected by fc->lock. Following patches will remove fc->lock protection from these members. Signed-off-by: Miklos Szeredi Reviewed-by: Ashish Samant --- Reading git-diff-tree failed