From: Miklos Szeredi Date: Wed, 1 Jul 2015 14:26:06 +0000 (+0200) Subject: fuse: add req flag for private list X-Git-Tag: omap-for-v4.2/fixes-rc1^2~41^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cd9d488b32d19be852ad4d310ef13701557d61;p=pandora-kernel.git fuse: add req flag for private list When an unlocked request is aborted, it is moved from fpq->io to a private list. Then, after unlocking fpq->lock, the private list is processed and the requests are finished off. To protect the private list, we need to mark the request with a flag, so if in the meantime the request is unlocked the list is not corrupted. Signed-off-by: Miklos Szeredi Reviewed-by: Ashish Samant --- Reading git-diff-tree failed