linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix and cleanups to quota
@ 2024-07-15 13:05 Kemeng Shi
  2024-07-15 13:05 ` [PATCH 1/4] quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passed Kemeng Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Kemeng Shi @ 2024-07-15 13:05 UTC (permalink / raw)
  To: jack
  Cc: mark, jlbec, joseph.qi, hughd, akpm, ocfs2-devel, linux-kernel, linux-mm

This series contains some random fix and cleanups to fs quota. Please
check respective patches for more detail. Thanks!

Kemeng Shi (4):
  quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passed
  quota: remove unneeded return value of register_quota_format
  quota: remove redundant return at end of void function
  quota: remove unnecessary error code translation in dquot_quota_enable

 fs/ocfs2/super.c      |  6 ++----
 fs/quota/dquot.c      | 14 +++++---------
 fs/quota/quota_v1.c   |  3 ++-
 fs/quota/quota_v2.c   |  9 +++------
 include/linux/quota.h |  2 +-
 mm/shmem.c            |  7 +------
 6 files changed, 14 insertions(+), 27 deletions(-)

-- 
2.30.0



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

end of thread, other threads:[~2024-07-17 13:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 13:05 [PATCH 0/4] Fix and cleanups to quota Kemeng Shi
2024-07-15 13:05 ` [PATCH 1/4] quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passed Kemeng Shi
2024-07-16  1:10   ` Joseph Qi
2024-07-17 13:09     ` Jan Kara
2024-07-15 13:05 ` [PATCH 2/4] quota: remove unneeded return value of register_quota_format Kemeng Shi
2024-07-16  1:19   ` Joseph Qi
2024-07-15 13:05 ` [PATCH 3/4] quota: remove redundant return at end of void function Kemeng Shi
2024-07-15 13:05 ` [PATCH 4/4] quota: remove unnecessary error code translation in dquot_quota_enable Kemeng Shi
2024-07-17 13:12 ` [PATCH 0/4] Fix and cleanups to quota Jan Kara

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