All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Return value name unifications
@ 2025-06-18 11:29 David Sterba
  2025-06-18 11:29 ` [PATCH 1/5] btrfs: rename error to ret in btrfs_may_delete() David Sterba
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Sterba @ 2025-06-18 11:29 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Use 'ret' instead of 'error'.

David Sterba (5):
  btrfs: rename error to ret in btrfs_may_delete()
  btrfs: rename error to ret in btrfs_mksubvol()
  btrfs: rename error to ret in btrfs_sysfs_add_fsid()
  btrfs: rename error to ret in btrfs_sysfs_add_mounted()
  btrfs: rename error to ret in device_list_add()

 fs/btrfs/ioctl.c   | 35 ++++++++++++++--------------
 fs/btrfs/sysfs.c   | 57 +++++++++++++++++++++++-----------------------
 fs/btrfs/volumes.c | 10 ++++----
 3 files changed, 50 insertions(+), 52 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-23 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 11:29 [PATCH 0/5] Return value name unifications David Sterba
2025-06-18 11:29 ` [PATCH 1/5] btrfs: rename error to ret in btrfs_may_delete() David Sterba
2025-06-18 11:29 ` [PATCH 2/5] btrfs: rename error to ret in btrfs_mksubvol() David Sterba
2025-06-18 11:29 ` [PATCH 3/5] btrfs: rename error to ret in btrfs_sysfs_add_fsid() David Sterba
2025-06-18 11:29 ` [PATCH 4/5] btrfs: rename error to ret in btrfs_sysfs_add_mounted() David Sterba
2025-06-18 11:29 ` [PATCH 5/5] btrfs: rename error to ret in device_list_add() David Sterba
2025-06-23 14:20 ` [PATCH 0/5] Return value name unifications Daniel Vacek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.