package/f2fs-tools: fsck should use correct returncodes
authorNorbert Lange <nolange79@gmail.com>
Fri, 7 Aug 2020 09:20:01 +0000 (11:20 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 7 Aug 2020 20:03:43 +0000 (22:03 +0200)
commit5d8811eb87b0a3b352817a72928586af8aad2892
tree3c81ce4ee6e3389873f24960804b79eb7256b90b
parent2dbf9fd2accc8681c24ef4cd174c368d68b0e06e
package/f2fs-tools: fsck should use correct returncodes

fsck.f2fs does not implement the returncodes from the fsck interface.
This is particularly bad if systemd is used with a root f2fs partition,
as it will interpret the rc as order to reboot.

for thread & pending upstream fix see:
https://sourceforge.net/p/linux-f2fs/mailman/message/37079401/

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/f2fs-tools/0002-fsck.f2fs-correct-return-value.patch [new file with mode: 0644]