Re: [PATCH] file: ignore host disk in blocklist check

2015-11-04 Thread Vladimir 'phcoder' Serbinenko
Le 18 sept. 2015 8:09 PM, "Andrei Borzenkov" a écrit : > > It cannot work anyway because host disk cannot be read. This fixes hostfs access > on native Windows build where filenames start with '\' or do not have initial > separator at all (d:\foo). > > Issue was observed when running grub-fstest o

Re: [PATCH] file: ignore host disk in blocklist check

2015-09-19 Thread Arch Stack
It works! Thank you! On Sat, Sep 19, 2015 at 2:08 AM, Andrei Borzenkov wrote: > It cannot work anyway because host disk cannot be read. This fixes hostfs > access > on native Windows build where filenames start with '\' or do not have > initial > separator at all (d:\foo). > > Issue was observed

[PATCH] file: ignore host disk in blocklist check

2015-09-18 Thread Andrei Borzenkov
It cannot work anyway because host disk cannot be read. This fixes hostfs access on native Windows build where filenames start with '\' or do not have initial separator at all (d:\foo). Issue was observed when running grub-fstest on Windows. On UNIX image name is canonicalized to always start with