On Tue, 27 Sep 2022 14:36:07 +0800 Gao Xiang <[email protected]> wrote:
> isdir indicated REQ_META|REQ_PRIO which no longer works now. > Get rid of isdir entirely. > > Signed-off-by: Gao Xiang <[email protected]> Reviewed-by: Yue Hu <[email protected]> > --- > fs/erofs/inode.c | 24 ++++++++---------------- > fs/erofs/internal.h | 2 +- > fs/erofs/namei.c | 2 +- > fs/erofs/super.c | 8 ++++---- > include/trace/events/erofs.h | 11 ++++------- > 5 files changed, 18 insertions(+), 29 deletions(-) >
