Skip to content
Snippets Groups Projects
Commit 249b20d4 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Quiet warning on ia64 compiles.

parent a7e86379
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ static struct page *ll_get_dir_page(struct inode *dir, unsigned long n)
(filler_t*)mapping->a_ops->readpage, NULL);
if (!IS_ERR(page)) {
wait_on_page(page);
kmap(page);
(void)kmap(page);
if (!PageUptodate(page))
goto fail;
if (!PageChecked(page))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment