The following changes since commit ba4ddd690a04f39abada885f1b4ea3b228e790a8: Better parser fix (2011-09-07 22:11:00 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Style fixup diskutil.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/diskutil.c b/diskutil.c index 4f705c9..9fc3095 100644 --- a/diskutil.c +++ b/diskutil.c @@ -253,7 +253,7 @@ static void find_add_disk_slaves(struct thread_data *td, char *path, closedir(dirhandle); } -static struct disk_util *disk_util_add(struct thread_data * td, int majdev, +static struct disk_util *disk_util_add(struct thread_data *td, int majdev, int mindev, char *path) { struct disk_util *du, *__du; -- 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