From: Tejun Heo Date: Tue, 14 Apr 2009 01:54:49 +0000 (+0900) Subject: fuse: misc cleanups X-Git-Tag: v2.6.31-rc1~370^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2db28a7a2da1064df9e179d9b6d07b0bfe156a;p=pandora-kernel.git fuse: misc cleanups * fuse_file_alloc() was structured in weird way. The success path was split between else block and code following the block. Restructure the code such that it's easier to read and modify. * Unindent success path of fuse_release_common() to ease future changes. Signed-off-by: Tejun Heo Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed