Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: qgroup: minor cleanups
@ 2026-08-25  4:12 Qu Wenruo
  2026-08-25  4:12 ` [PATCH 1/2] btrfs: remove the unused variable @flags from btrfs_read_qgroup_config() Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qu Wenruo @ 2026-08-25  4:12 UTC (permalink / raw)
  To: linux-btrfs

Remove one unused variable from btrfs_read_qgroup_config(), then use
atomic operations for qgroup_flags.

Check the changelog for each patch for details.

Qu Wenruo (2):
  btrfs: remove the unused variable @flags from
    btrfs_read_qgroup_config()
  btrfs: qgroup: use atomic operations for btrfs_fs_info::qgroup_flags

 fs/btrfs/fs.h                   |   2 +-
 fs/btrfs/ioctl.c                |   2 +-
 fs/btrfs/qgroup.c               | 110 +++++++++++++++++---------------
 fs/btrfs/qgroup.h               |   4 +-
 fs/btrfs/sysfs.c                |   9 +--
 include/uapi/linux/btrfs_tree.h |  26 +++++---
 6 files changed, 84 insertions(+), 69 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-08-25 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-25  4:12 [PATCH 0/2] btrfs: qgroup: minor cleanups Qu Wenruo
2026-08-25  4:12 ` [PATCH 1/2] btrfs: remove the unused variable @flags from btrfs_read_qgroup_config() Qu Wenruo
2026-08-25  4:12 ` [PATCH 2/2] btrfs: qgroup: use atomic operations for btrfs_fs_info::qgroup_flags Qu Wenruo
2026-08-25 12:53 ` [PATCH 0/2] btrfs: qgroup: minor cleanups Johannes Thumshirn

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