xfs: refactor failed buffer resubmission into xfsaild
[linux-2.6-microblaze.git] / fs / xfs / xfs_buf_item.h
index 30114b5..c9c57e2 100644 (file)
@@ -59,8 +59,6 @@ void  xfs_buf_attach_iodone(struct xfs_buf *,
                              struct xfs_log_item *);
 void   xfs_buf_iodone_callbacks(struct xfs_buf *);
 void   xfs_buf_iodone(struct xfs_buf *, struct xfs_log_item *);
-bool   xfs_buf_resubmit_failed_buffers(struct xfs_buf *,
-                                       struct list_head *);
 bool   xfs_buf_log_check_iovec(struct xfs_log_iovec *iovec);
 
 extern kmem_zone_t     *xfs_buf_item_zone;