Commit 731338a5 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Stephen Lord

[XFS] time_after takes an unsigned long

SGI Modid: 2.5.x-xfs:slinx:141237a
parent 81c43a8d
...@@ -991,7 +991,7 @@ xfs_buf_iodone_callbacks( ...@@ -991,7 +991,7 @@ xfs_buf_iodone_callbacks(
xfs_buf_t *bp) xfs_buf_t *bp)
{ {
xfs_log_item_t *lip; xfs_log_item_t *lip;
static time_t lasttime; static ulong lasttime;
static dev_t lastdev; static dev_t lastdev;
xfs_mount_t *mp; xfs_mount_t *mp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment