The following changes since commit f84622e9c5f4eba6802bcfc6432493ea8c44d740: Fix Makefile depend issue (2011-06-01 20:15:18 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Steven Lang (1): Fixup wrong enum used for __check_min_rate() fio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/fio.c b/fio.c index 76c6ebd..34956e9 100644 --- a/fio.c +++ b/fio.c @@ -180,7 +180,7 @@ static void set_sig_handlers(void) * Check if we are above the minimum rate given. */ static int __check_min_rate(struct thread_data *td, struct timeval *now, - enum td_ddir ddir) + enum fio_ddir ddir) { unsigned long long bytes = 0; unsigned long iops = 0; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html