Commit ec871466 authored by Anton Altaparmakov's avatar Anton Altaparmakov

NTFS: Fix silly porting typo.

parent 185decf4
......@@ -1203,7 +1203,7 @@ static unsigned long __get_nr_free_mft_records(ntfs_volume *vol)
nr_free -= PAGE_CACHE_SIZE * 8;
continue;
}
wait_on_page(page);
wait_on_page_locked(page);
/* Ignore pages which errored asynchronously. */
if (!PageUptodate(page)) {
ntfs_debug("Async read_cache_page() error. Skipping "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment