diff options
Diffstat (limited to 'fs/nfs/objlayout/objio_osd.c')
-rw-r--r-- | fs/nfs/objlayout/objio_osd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c index 9aebffb40505..049c1b1f2932 100644 --- a/fs/nfs/objlayout/objio_osd.c +++ b/fs/nfs/objlayout/objio_osd.c | |||
@@ -486,7 +486,7 @@ static void __r4w_put_page(void *priv, struct page *page) | |||
486 | dprintk("%s: index=0x%lx\n", __func__, | 486 | dprintk("%s: index=0x%lx\n", __func__, |
487 | (page == ZERO_PAGE(0)) ? -1UL : page->index); | 487 | (page == ZERO_PAGE(0)) ? -1UL : page->index); |
488 | if (ZERO_PAGE(0) != page) | 488 | if (ZERO_PAGE(0) != page) |
489 | page_cache_release(page); | 489 | put_page(page); |
490 | return; | 490 | return; |
491 | } | 491 | } |
492 | 492 | ||