public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ext4: fix quotas leak in __ext4_fill_super()
@ 2023-03-27  2:27 Baokun Li
  2023-03-27  2:27 ` [PATCH v2 1/2] ext4: turning quotas off if mount failed after enable quotas Baokun Li
  2023-03-27  2:27 ` [PATCH v2 2/2] ext4: refactoring to use the unified helper ext4_quotas_off() Baokun Li
  0 siblings, 2 replies; 6+ messages in thread
From: Baokun Li @ 2023-03-27  2:27 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>)

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, 11 insertions(+), 19 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-03-27 12:06 UTC | newest]

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

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