Re: [PATCH] fs/squashfs: Only use export table if available

2023-01-12 Thread Tom Rini
On Sun, Dec 25, 2022 at 11:05:24AM +0100, David Oberhollenzer wrote: > For a squashfs filesystem, the fragment table is followed by > the following tables: NFS export table, ID table, xattr table. > > The export and xattr tables are both completely optional, but > the ID table is mandatory. The L

Re: [PATCH] fs/squashfs: Only use export table if available

2023-01-02 Thread Miquel Raynal
Hi David, goli...@infraroot.at wrote on Sun, 25 Dec 2022 11:05:24 +0100: > For a squashfs filesystem, the fragment table is followed by > the following tables: NFS export table, ID table, xattr table. > > The export and xattr tables are both completely optional, but > the ID table is mandatory.

[PATCH] fs/squashfs: Only use export table if available

2022-12-25 Thread David Oberhollenzer
For a squashfs filesystem, the fragment table is followed by the following tables: NFS export table, ID table, xattr table. The export and xattr tables are both completely optional, but the ID table is mandatory. The Linux implementation refuses to mount the image if the ID table is missing. Table