ignore user specified blksize option

This commit is contained in:
szaka 2007-02-06 19:08:16 +00:00
parent 931858c0c2
commit f5d8f91c4f

View File

@ -1820,6 +1820,9 @@ static char *parse_mount_options(const char *orig_opts)
" You have to umount volume and then "
"mount it once again.\n");
goto err_exit;
} else if (!strcmp(opt, "blksize")) {
ntfs_log_info("WARNING: blksize option is ignored "
"because ntfs-3g must calculate it.\n");
} else { /* Probably FUSE option. */
strcat(ret, opt);
if (val) {