From: Maxim Patlasov Date: Thu, 21 Mar 2013 14:02:04 +0000 (+0400) Subject: fuse: make request allocations for background processing explicit X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~12^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b41e671;p=pandora-kernel.git fuse: make request allocations for background processing explicit There are two types of processing requests in FUSE: synchronous (via fuse_request_send()) and asynchronous (via adding to fc->bg_queue). Fortunately, the type of processing is always known in advance, at the time of request allocation. This preparatory patch utilizes this fact making fuse_get_req() aware about the type. Next patches will use it. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed