]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nilfs2/dir.c
pagemap.h: move dir_pages() over there
[karo-tx-linux.git] / fs / nilfs2 / dir.c
index 0ee0bed3649baf1f8974c15e42916294ab55ff6c..6b8b92b19cec9c868992fd089a00fc74f669fbdc 100644 (file)
@@ -61,11 +61,6 @@ static inline void nilfs_put_page(struct page *page)
        page_cache_release(page);
 }
 
-static inline unsigned long dir_pages(struct inode *inode)
-{
-       return (inode->i_size+PAGE_CACHE_SIZE-1)>>PAGE_CACHE_SHIFT;
-}
-
 /*
  * Return the offset into page `page_nr' of the last valid
  * byte in that page, plus one.