commit | 426a930891cf17c5c16f12e8e2c8cb75c4cfff3c | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Wed Sep 04 10:08:53 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 05 20:10:07 2019 +0200 |
tree | 8472b812f8bf6533d01c5cc134cdf5321a7dde80 | |
parent | c39747f770bee2060dc2409e52168a879978c467 [diff] |
erofs: use feature_incompat rather than requirements As Christoph said [1], "This is only cosmetic, why not stick to feature_compat and feature_incompat?" In my thought, requirements means "incompatible" instead of "feature" though. [1] https://lore.kernel.org/r/20190902125109.GA9826@infradead.org/ Reported-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Link: https://lore.kernel.org/r/20190904020912.63925-7-gaoxiang25@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>