mbox series

[0/7] More parameter cleanups

Message ID cover.1741012265.git.dsterba@suse.com (mailing list archive)
Headers show
Series More parameter cleanups | expand

Message

David Sterba March 3, 2025, 2:55 p.m. UTC
More const, renames and type switches.

David Sterba (7):
  btrfs: parameter constification in ioctl.c
  btrfs: pass btrfs_root pointers to send ioctl parameters
  btrfs: pass root pointers to search tree ioctl helpers
  btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
  btrfs: simplify local variables in btrfs_ioctl_resize()
  btrfs: pass struct to btrfs_ioctl_subvol_getflags()
  btrfs: unify inode variable naming

 fs/btrfs/inode.c  |  32 ++++----
 fs/btrfs/ioctl.c  | 188 +++++++++++++++++++++++-----------------------
 fs/btrfs/ioctl.h  |   4 +-
 fs/btrfs/send.c   |   3 +-
 fs/btrfs/send.h   |   4 +-
 fs/btrfs/verity.c |   4 +-
 6 files changed, 115 insertions(+), 120 deletions(-)