Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e8637
)
Quiet warning on ia64 compiles.
author
adilger
<adilger>
Sat, 7 Feb 2004 01:26:30 +0000
(
01:26
+0000)
committer
adilger
<adilger>
Sat, 7 Feb 2004 01:26:30 +0000
(
01:26
+0000)
lustre/llite/dir.c
patch
|
blob
|
history
diff --git
a/lustre/llite/dir.c
b/lustre/llite/dir.c
index
8fdffb4
..
35a6553
100644
(file)
--- 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))