2012/10/23, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>>>And this is doing same
>>> thing with readdir, so we will have to clean this up as I said before.
>> When I checked, I didn't understand about same thing readdir and this
>> function yet. Because even though minor conditions match but
>> func
Namjae Jeon writes:
>>And this is doing same
>> thing with readdir, so we will have to clean this up as I said before.
> When I checked, I didn't understand about same thing readdir and this
> function yet. Because even though minor conditions match but
> functionality wise both are different.
H
2012/10/13, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> +if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
>> +parent_logstart = fat_get_start(sbi, de);
>> parent_inode = fat_dget(sb, parent_logstart);
>> +if (parent_inode || sbi->options.nf
2012/10/15 OGAWA Hirofumi :
> Namjae Jeon writes:
>
>>> OK, I think I got where is wrong. If it is the subdir of rootdir,
>>> fat_dget() should get the inode of root?
>> That is correct. Whenever fat_dget() is called for sub-directories
>> which is in root folder, we assign root inode as parent in
Namjae Jeon writes:
>> OK, I think I got where is wrong. If it is the subdir of rootdir,
>> fat_dget() should get the inode of root?
> That is correct. Whenever fat_dget() is called for sub-directories
> which is in root folder, we assign root inode as parent inode.
>>
>> So, I guess if parent_lo
2012/10/14, OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> + if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de))
>> {
>> + parent_logstart = fat_get_start(sbi, de);
>> parent_inode = fat_dget(sb, parent_logstart);
>> + if (pare
Namjae Jeon writes:
> + if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
> + parent_logstart = fat_get_start(sbi, de);
> parent_inode = fat_dget(sb, parent_logstart);
> + if (parent_inode || sbi->options.nfs != FAT_NFS_NOS
2012/10/13 OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> 2012/10/13 OGAWA Hirofumi :
>>> Namjae Jeon writes:
>>>
+ if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
+ parent_logstart = fat_get_start(sbi, de);
parent_inode = fat_dget(sb, p
Namjae Jeon writes:
> 2012/10/13 OGAWA Hirofumi :
>> Namjae Jeon writes:
>>
>>> + if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
>>> + parent_logstart = fat_get_start(sbi, de);
>>> parent_inode = fat_dget(sb, parent_logstart);
>>> + if
2012/10/13 OGAWA Hirofumi :
> Namjae Jeon writes:
>
>> + if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
>> + parent_logstart = fat_get_start(sbi, de);
>> parent_inode = fat_dget(sb, parent_logstart);
>> + if (parent_inode || sbi->options
Namjae Jeon writes:
> + if (!fat_get_dotdot_entry(child_dir->d_inode, &dotdot_bh, &de)) {
> + parent_logstart = fat_get_start(sbi, de);
> parent_inode = fat_dget(sb, parent_logstart);
> + if (parent_inode || sbi->options.nfs != FAT_NFS_NOSTALE_RO)
> +
11 matches
Mail list logo