From: Miklos Szeredi Date: Wed, 22 Jan 2014 18:36:58 +0000 (+0100) Subject: fuse: fix SetPageUptodate() condition in STORE X-Git-Tag: v3.14-rc1~121^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063ec1e595f8a82b5a8fd0acb3e88c8b49a1e6c1;p=pandora-kernel.git fuse: fix SetPageUptodate() condition in STORE As noticed by Coverity the "num != 0" condition never triggers. Instead it should check for a complete page. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed