From: adilger Date: Sat, 7 Feb 2004 01:26:30 +0000 (+0000) Subject: Quiet warning on ia64 compiles. X-Git-Tag: 1.0.4~22 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=249b20d466a669d119855cab47ab9c7ad50c44f2;p=fs%2Flustre-release.git Quiet warning on ia64 compiles. --- diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index 8fdffb4..35a6553 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -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))