From: Maxim Patlasov Date: Thu, 21 Mar 2013 14:02:15 +0000 (+0400) Subject: fuse: add flag fc->initialized X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=796523fb24028639c007f71e02ca21730f7c0af6;p=pandora-kernel.git fuse: add flag fc->initialized Existing flag fc->blocked is used to suspend request allocation both in case of many background request submitted and period of time before init_reply arrives from userspace. Next patch will skip blocking allocations of synchronous request (disregarding fc->blocked). This is mostly OK, but we still need to suspend allocations if init_reply is not arrived yet. The patch introduces flag fc->initialized which will serve this purpose. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed