lwext4
lwext4 copied to clipboard
Update ext4.c
Fix the judgment BUG of O_RDONLY mode
@gkostka That's a real bug, O_RDONLY is set to 0 in ext4_oflags.h so the condition file->flags & O_RDONLY will always be false.