mbox series

[0/4] Fix and cleanups to quota

Message ID 20240715130534.2112678-1-shikemeng@huaweicloud.com (mailing list archive)
Headers show
Series Fix and cleanups to quota | expand

Message

Kemeng Shi July 15, 2024, 1:05 p.m. UTC
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(-)

Comments

Jan Kara July 17, 2024, 1:12 p.m. UTC | #1
On Mon 15-07-24 21:05:30, Kemeng Shi wrote:
> 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

Thanks! All the patches look good to me. I'll queue them into my tree.

								Honza