diff options
| author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2016-04-01 08:29:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-04-04 13:41:08 -0400 |
| commit | ea1754a084760e68886f5b725c8eaada9cc57155 (patch) | |
| tree | 2e14936a959a661ee68d4490cb9b82b94bb27ab9 /fs/reiserfs | |
| parent | 09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a (diff) | |
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Mostly direct substitution with occasional adjustment or removing
outdated comments.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs')
| -rw-r--r-- | fs/reiserfs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index 8c6487238bb3..2ace90e981f0 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c | |||
| @@ -599,7 +599,7 @@ static int journal_list_still_alive(struct super_block *s, | |||
| 599 | * This does a check to see if the buffer belongs to one of these | 599 | * This does a check to see if the buffer belongs to one of these |
| 600 | * lost pages before doing the final put_bh. If page->mapping was | 600 | * lost pages before doing the final put_bh. If page->mapping was |
| 601 | * null, it tries to free buffers on the page, which should make the | 601 | * null, it tries to free buffers on the page, which should make the |
| 602 | * final page_cache_release drop the page from the lru. | 602 | * final put_page drop the page from the lru. |
| 603 | */ | 603 | */ |
| 604 | static void release_buffer_page(struct buffer_head *bh) | 604 | static void release_buffer_page(struct buffer_head *bh) |
| 605 | { | 605 | { |
