From: Miklos Szeredi Date: Thu, 29 Nov 2007 00:21:59 +0000 (-0800) Subject: fuse: fix reading past EOF X-Git-Tag: v2.6.24-rc4~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb4be809d2a804ff040d95db4a664113833e702;p=pandora-kernel.git fuse: fix reading past EOF Currently reading a fuse file will stop at cached i_size and return EOF, even though the file might have grown since the attributes were last updated. So detect if trying to read past EOF, and refresh the attributes before continuing with the read. Thanks to mpb for the report. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed