]> git.hungrycats.org Git - linux/commitdiff
XFS: XFS: Remove some dead prototypes in pagebuf
authorChristoph Hellwig <hch@sgi.com>
Thu, 26 Sep 2002 23:16:53 +0000 (01:16 +0200)
committerChristoph Hellwig <hch@sgi.com>
Thu, 26 Sep 2002 23:16:53 +0000 (01:16 +0200)
Modid: 2.5.x-xfs:slinx:127896a

fs/xfs/pagebuf/page_buf.h

index 88810e3553164acba374286f9c255c9e947909e2..06e8b900d3ab2629f5be97092d2f56270e7823cf 100644 (file)
@@ -378,13 +378,6 @@ extern int pagebuf_ispin( page_buf_t *); /* check if pagebuf is pinned     */
 
 /* Reading and writing pages */
 
-extern int pagebuf_write_full_page(    /* write a page via pagebuf     */
-               struct page *,          /* page to write                */
-               int delalloc);          /* delalloc bh present          */
-
-extern int pagebuf_release_page(       /* Attempt to convert a delalloc page */
-               struct page *);         /* page to release              */
-
 extern void pagebuf_delwri_queue(page_buf_t *, int);
 extern void pagebuf_delwri_dequeue(page_buf_t *);