Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] Simplify error handling in 3 functions
@ 2020-11-24 15:49 Nikolay Borisov
  2020-11-24 15:49 ` [PATCH 1/3] btrfs: Remove err variable from btrfs_delete_subvolume Nikolay Borisov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nikolay Borisov @ 2020-11-24 15:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: josef, Nikolay Borisov

Here are 3 very similar patches which switch some functions from using 2
variables to implement their error handling to using simply 1 as the standard in
the codebase dictates.

Nikolay Borisov (3):
  btrfs: Remove err variable from btrfs_delete_subvolume
  btrfs: Eliminate err variable from merge_reloc_root
  btrfs: Remove err variable from do_relocation

 fs/btrfs/inode.c      | 21 ++++++----------
 fs/btrfs/relocation.c | 57 +++++++++++++++----------------------------
 2 files changed, 26 insertions(+), 52 deletions(-)

--
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-24 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-24 15:49 [PATCH 0/3] Simplify error handling in 3 functions Nikolay Borisov
2020-11-24 15:49 ` [PATCH 1/3] btrfs: Remove err variable from btrfs_delete_subvolume Nikolay Borisov
2020-11-24 15:49 ` [PATCH 2/3] btrfs: Eliminate err variable from merge_reloc_root Nikolay Borisov
2020-11-24 15:49 ` [PATCH 3/3] btrfs: Remove err variable from do_relocation Nikolay Borisov
2020-11-24 16:12 ` [PATCH 0/3] Simplify error handling in 3 functions David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox