В Sun, 10 Mar 2013 14:01:53 +0100
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 09.03.2013 17:47, Andrey Borzenkov wrote:
>
> > В Fri, 12 Oct 2012 17:09:54 +0100
> > Colin Watson пишет:
> >
> >> This is very much a temporary hack, so I'm sending it here for
> >> discussion rather than just
On 10.03.2013 14:01, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 09.03.2013 17:47, Andrey Borzenkov wrote:
>
>> В Fri, 12 Oct 2012 17:09:54 +0100
>> Colin Watson пишет:
>>
>>> This is very much a temporary hack, so I'm sending it here for
>>> discussion rather than just committing it even
On 09.03.2013 17:47, Andrey Borzenkov wrote:
> В Fri, 12 Oct 2012 17:09:54 +0100
> Colin Watson пишет:
>
>> This is very much a temporary hack, so I'm sending it here for
>> discussion rather than just committing it even though it's quite simple.
>>
>> r3036.1.15 introduced support for filling i
В Fri, 12 Oct 2012 17:09:54 +0100
Colin Watson пишет:
> This is very much a temporary hack, so I'm sending it here for
> discussion rather than just committing it even though it's quite simple.
>
> r3036.1.15 introduced support for filling in the attributes of files in
> fuse_readdir. However,
> call_fill will then try to open them with
> grub_file_open, and get GRUB_ERR_BAD_FILE_TYPE because it's ultimately a
> directory not a regular file. It then causes the whole readdir call to
> fail. The net effect is that if you, for example, have a symlink
> anywhere in the top level of a files
This is very much a temporary hack, so I'm sending it here for
discussion rather than just committing it even though it's quite simple.
r3036.1.15 introduced support for filling in the attributes of files in
fuse_readdir. However, symlinks to directories are passed to call_fill
with info.dir unse