Re: [PATCH] isofs: fix High Sierra dirent flag accesses

2020-06-22 Thread Egor Chelak
On 6/23/2020 12:22 AM, Matthew Wilcox wrote: > It's been about 22 years since I contributed the patch which added > support for the Acorn extensions ;-) But I'm pretty sure that it's not > possible to have an Acorn CD-ROM that is also an HSF CD-ROM. That is, > all Acorn formatted CD-ROMs are

[PATCH] isofs: fix High Sierra dirent flag accesses

2020-06-20 Thread Egor Chelak
garbage data (file contents interpreted as directory entry), making it unreadable. Signed-off-by: Egor Chelak --- fs/isofs/dir.c| 6 -- fs/isofs/export.c | 6 +- fs/isofs/isofs.h | 5 +++-- fs/isofs/namei.c | 3 ++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/fs/isof