]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fstests: solve no-return-in-nonvoid-function issue
authorYong Sun <yosun@suse.com>
Wed, 24 Apr 2024 11:24:08 +0000 (19:24 +0800)
committerZorro Lang <zlang@kernel.org>
Sun, 28 Apr 2024 11:08:22 +0000 (19:08 +0800)
commit4706a3a1eebde964e910b351f8077cb52b8a5b0c
tree74b49efb072501de85328c68ece0b45294dff3be
parent10e0b5ddebd16acc885c23c4061ad2df912829d3
fstests: solve no-return-in-nonvoid-function issue

When build xfstests in some platform it will return
no-return-in-nonvoid-function error in dio-buf-fault.c:83 and
fake-dump-rootino.c:224, add return value to solve the issue.

Signed-off-by: Yong Sun <yosun@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
src/dio-buf-fault.c
src/fake-dump-rootino.c