fs: xfs: xfs_log: Change return type from int to void
[platform/kernel/linux-starfive.git] / fs / xfs / xfs_log_priv.h
index 8acacbc..b880c23 100644 (file)
@@ -418,7 +418,7 @@ xlog_recover(
 extern int
 xlog_recover_finish(
        struct xlog             *log);
-extern int
+extern void
 xlog_recover_cancel(struct xlog *);
 
 extern __le32   xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,