]> err.no Git - linux-2.6/blobdiff - fs/minix/dir.c
[MIPS] Early check for SMTC kernel on non-MT processor
[linux-2.6] / fs / minix / dir.c
index cb4cb571fddfc507f20a26b19b341efd8fdb2465..e207cbe709512f4ad7c03bde69a63df3c3fcd905 100644 (file)
@@ -65,7 +65,6 @@ static struct page * dir_get_page(struct inode *dir, unsigned long n)
        struct address_space *mapping = dir->i_mapping;
        struct page *page = read_mapping_page(mapping, n, NULL);
        if (!IS_ERR(page)) {
-               wait_on_page_locked(page);
                kmap(page);
                if (!PageUptodate(page))
                        goto fail;