]> www.infradead.org Git - users/jedix/linux-maple.git/commit
quota: remove redundant return at end of void function
authorKemeng Shi <shikemeng@huaweicloud.com>
Mon, 15 Jul 2024 13:05:33 +0000 (21:05 +0800)
committerJan Kara <jack@suse.cz>
Mon, 22 Jul 2024 16:13:50 +0000 (18:13 +0200)
commitf439111b489167dce14ade4e848be8a1b23283ff
tree0fdf786adaf332f49cdaf589ffcac76e0d68e4a6
parenta838e5dca63d1dc701e63b2b1176943c57485c45
quota: remove redundant return at end of void function

Function dquot_claim_space_nodirty nad dquot_reclaim_space_nodirty have
no return value, just remove redundant return at end of the functions.

Link: https://patch.msgid.link/20240715130534.2112678-4-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c