From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:36 +0000 (+0200) Subject: fuse: clean up fuse_write_fill() X-Git-Tag: v2.6.31-rc1~370^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d698b070382442f817813b9dd0103034e5bca81;p=pandora-kernel.git fuse: clean up fuse_write_fill() Move out code from fuse_write_fill() which is not common to all callers. Remove two function arguments which become unnecessary. Also remove unnecessary memset(), the request is already initialized to zero. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed