9P optionally uses the FS_IOC_GETVERSION ioctl to get information about
a file's version (sometimes called generation number).
The code checks for supported filesystems at mount time, but some paths
may come from other mounted filesystems.
Change it to treat unsupported paths the same as unsuppor
Gabriel de Perthuis writes:
> Le 10/05/2013 05:30, Aneesh Kumar K.V a écrit :
>> Gabriel de Perthuis writes:
>>
>>> The current implementation checked for supported filesystems at mount
>>> time, but actual support depends on the path. Don't error out when
>>> finding unversioned paths.
>>
>>
Le 10/05/2013 05:30, Aneesh Kumar K.V a écrit :
> Gabriel de Perthuis writes:
>
>> The current implementation checked for supported filesystems at mount
>> time, but actual support depends on the path. Don't error out when
>> finding unversioned paths.
>
> Can you elaborate this a bit ?
ioctl
Gabriel de Perthuis writes:
> The current implementation checked for supported filesystems at mount
> time, but actual support depends on the path. Don't error out when
> finding unversioned paths.
Can you elaborate this a bit ?
>
> This fix allows booting a linux kernel with the same / filesy
The current implementation checked for supported filesystems at mount
time, but actual support depends on the path. Don't error out when
finding unversioned paths.
This fix allows booting a linux kernel with the same / filesystem as the
host; otherwise the boot fails when mounting devtmpfs.
Sign
The current implementation checked for supported filesystems at mount
time, but actual support depends on the path. Don't error out when
finding unversioned paths.
This fix allows booting a linux kernel with the same / filesystem as the
host; otherwise the boot fails when mounting devtmpfs.
Sign