public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super()
@ 2023-03-27 14:16 Baokun Li
  2023-03-27 14:16 ` [PATCH v3 1/2] ext4: turning quotas off if mount failed after enable quotas Baokun Li
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Baokun Li @ 2023-03-27 14:16 UTC (permalink / raw)
  To: linux-ext4
  Cc: tytso, adilger.kernel, jack, ritesh.list, linux-kernel, yi.zhang,
	yangerkun, yukuai3, libaokun1

V1->V2:
	Add judgment for CONFIG_QUOTA to avoid warning
	"label 'failed_mount9' defined but not used".
	(Reported-by: kernel test robot <lkp@intel.com>)
V2->V3:
	By adding __maybe_unused to silence possible compilation
	complain in patch one, instead of adding the judgment.
	(Suggested by Jan Kara).

Baokun Li (2):
  ext4: turning quotas off if mount failed after enable quotas
  ext4: refactoring to use the unified helper ext4_quotas_off()

 fs/ext4/super.c | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-06-15 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27 14:16 [PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super() Baokun Li
2023-03-27 14:16 ` [PATCH v3 1/2] ext4: turning quotas off if mount failed after enable quotas Baokun Li
2023-03-28  9:15   ` Jan Kara
2023-03-27 14:16 ` [PATCH v3 2/2] ext4: refactoring to use the unified helper ext4_quotas_off() Baokun Li
2023-05-24  6:18 ` [PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super() Baokun Li
2023-06-15 14:59 ` Theodore Ts'o

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