On Mon, Sep 19, 2011 at 8:07 PM, Kevin Wolf wrote:
> Am 15.09.2011 14:49, schrieb Pintu Kumar:
>> Hi,
>>
>> This is regarding qemu block/vvfat.c.
>>
>> Currently vvfat scans all directories and sub-directories in the
>> beginning during init_directories().
>>
>> I want to modify vvfat such that it
Am 15.09.2011 14:49, schrieb Pintu Kumar:
> Hi,
>
> This is regarding qemu block/vvfat.c.
>
> Currently vvfat scans all directories and sub-directories in the
> beginning during init_directories().
>
> I want to modify vvfat such that it should scan only the TOP directory
> content and not the s
Hi,
This is regarding qemu block/vvfat.c.
Currently vvfat scans all directories and sub-directories in the
beginning during init_directories().
I want to modify vvfat such that it should scan only the TOP directory
content and not the sub-directory content before mounting.
And after mounting vvf