Re: [PATCH] staging: exfat: add exfat filesystem code to staging

From: Christoph Hellwig
Date: Fri Aug 30 2019 - 11:36:51 EST


On Thu, Aug 29, 2019 at 01:18:10PM +0200, Greg Kroah-Hartman wrote:
> Hey, that's not nice, erofs isn't a POS. It could always use more
> review, which the developers asked for numerous times.
>
> There's nothing different from a filesystem compared to a driver. If
> its stand-alone, and touches nothing else, all issues with it are
> self-contained and do not bother anyone else in the kernel. We merge
> drivers all the time that need more work because our review cycles are
> low. And review cycles for vfs developers are even more scarce than
> driver reviewers.

A lot of the issue that are trivial to pick are really just very basic
issue that don't even require file system know how. Or in other ways
just a little less lazy developer that looks out for similar code
outside their own little fiefdom.