Skip to content
  • Tejun Heo's avatar
    fuse: misc cleanups · 6b2db28a
    Tejun Heo authored
    
    
    * 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: default avatarTejun Heo <tj@kernel.org>
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
    6b2db28a