• T
    fuse: misc cleanups · 6b2db28a
    Tejun Heo 提交于
    * 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: NTejun Heo <tj@kernel.org>
    Signed-off-by: NMiklos Szeredi <mszeredi@suse.cz>
    6b2db28a
file.c 47.7 KB