Re: [PATCH v8 02/13] exfat: add super block operations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> +	if (le16_to_cpu(p_bpb->bsx.vol_flags) & VOL_DIRTY) {
>> +		sbi->vol_flag |= VOL_DIRTY;
>> +		exfat_msg(sb, KERN_WARNING,
>> +			"Volume was not properly unmounted. Some data may be corrupt. Please
>> run fsck.");
>
> Hello, do you have some pointers which fsck tool should user run in this
> case?
Hello,
Only windows recovery tool for now. fsck in fuse-exfat is early stage yet.
So I am preparing exfat-tools included a reliable fsck.

>
>> +	}
>> +
>> +	ret = exfat_create_upcase_table(sb);
>> +	if (ret) {
>> +		exfat_msg(sb, KERN_ERR, "failed to load upcase table");
>> +		goto free_bh;
>> +	}
>> +
>> +	/* allocate-bitmap is only for exFAT */
>
> It looks like that this comment is relict from previous version which
> had also FAT32 code included...
Yes, It is leftover from vfat support in sdfat, Will remove it.

Thanks!



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux