Fixed cache creation when mount fails

This commit is contained in:
jpandre 2008-03-12 16:22:24 +00:00
parent be365af93b
commit 2fa89952ff

View File

@ -1127,8 +1127,8 @@ ntfs_volume *ntfs_mount(const char *name __attribute__((unused)),
int eo = errno;
ntfs_device_free(dev);
errno = eo;
}
ntfs_create_lru_caches(vol);
} else
ntfs_create_lru_caches(vol);
return vol;
#else
/*