diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pagemap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 4b3736f7065c..808942d31062 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h | |||
| @@ -670,4 +670,10 @@ static inline int add_to_page_cache(struct page *page, | |||
| 670 | return error; | 670 | return error; |
| 671 | } | 671 | } |
| 672 | 672 | ||
| 673 | static inline unsigned long dir_pages(struct inode *inode) | ||
| 674 | { | ||
| 675 | return (unsigned long)(inode->i_size + PAGE_CACHE_SIZE - 1) >> | ||
| 676 | PAGE_CACHE_SHIFT; | ||
| 677 | } | ||
| 678 | |||
| 673 | #endif /* _LINUX_PAGEMAP_H */ | 679 | #endif /* _LINUX_PAGEMAP_H */ |
