]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_log_priv.h
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
[karo-tx-linux.git] / fs / xfs / xfs_log_priv.h
index 3670d48fd77466ee8f8749a67a827b772f4ed26f..679c7c4926a2a6e3858366704fa4d1b93887807c 100644 (file)
@@ -451,11 +451,8 @@ extern int  xlog_find_tail(xlog_t  *log,
 extern int      xlog_recover(xlog_t *log);
 extern int      xlog_recover_finish(xlog_t *log);
 extern void     xlog_pack_data(xlog_t *log, xlog_in_core_t *iclog, int);
-extern void     xlog_recover_process_iunlinks(xlog_t *log);
-
 extern struct xfs_buf *xlog_get_bp(xlog_t *, int);
 extern void     xlog_put_bp(struct xfs_buf *);
-extern int      xlog_bread(xlog_t *, xfs_daddr_t, int, struct xfs_buf *);
 
 extern kmem_zone_t     *xfs_log_ticket_zone;