arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont
[cascardo/linux.git] / fs / ext2 / dir.c
index 796b491..0c6638b 100644 (file)
@@ -70,11 +70,6 @@ static inline void ext2_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.