mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
[linux-2.6-block.git] / fs / ntfs / aops.h
index caecc58f529c90e06f55bb5415fbe19b0995dac3..37cd7e45dcbc3d81615b4ff2dd42c49bf2b45d1c 100644 (file)
@@ -40,7 +40,7 @@
 static inline void ntfs_unmap_page(struct page *page)
 {
        kunmap(page);
-       page_cache_release(page);
+       put_page(page);
 }
 
 /**