fuse: misc cleanups
authorTejun Heo <tj@kernel.org>
Tue, 14 Apr 2009 01:54:49 +0000 (10:54 +0900)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Apr 2009 14:56:35 +0000 (16:56 +0200)
commit6b2db28a7a2da1064df9e179d9b6d07b0bfe156a
tree9e24b6876a7b91de466e8a87523a41de694d2148
parentfd9db7297749c05fcf5721ce5393a5a8b8772f2a
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>
fs/fuse/file.c