All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Mount option bit definitions cleanups
@ 2021-06-18 14:52 David Sterba
  2021-06-18 14:52 ` [PATCH 1/2] btrfs: switch mount option bits to enums and use wider type David Sterba
  2021-06-18 14:52 ` [PATCH 2/2] btrfs: shorten integrity checker extent data mount option David Sterba
  0 siblings, 2 replies; 5+ messages in thread
From: David Sterba @ 2021-06-18 14:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

The number of mount options has reached 32bit limit and adding a new one
causes some funny effects, so convert them to enum and use proper int
width.

David Sterba (2):
  btrfs: switch mount option bits to enums and use wider type
  btrfs: shorten integrity checker extent data mount option

 fs/btrfs/ctree.h   | 65 +++++++++++++++++++++++-----------------------
 fs/btrfs/disk-io.c |  3 +--
 fs/btrfs/super.c   |  5 ++--
 3 files changed, 36 insertions(+), 37 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-22 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 14:52 [PATCH 0/2] Mount option bit definitions cleanups David Sterba
2021-06-18 14:52 ` [PATCH 1/2] btrfs: switch mount option bits to enums and use wider type David Sterba
2021-06-22 10:53   ` Anand Jain
2021-06-18 14:52 ` [PATCH 2/2] btrfs: shorten integrity checker extent data mount option David Sterba
2021-06-22 10:53   ` Anand Jain

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.