commit | 6b2db28a7a2da1064df9e179d9b6d07b0bfe156a | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 14 10:54:49 2009 +0900 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Tue Apr 28 16:56:35 2009 +0200 |
tree | 9e24b6876a7b91de466e8a87523a41de694d2148 | |
parent | fd9db7297749c05fcf5721ce5393a5a8b8772f2a [diff] |
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 <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>