[PATCH] fio: mark the md5 code as being lifted from the linux kernel
authorJens Axboe <axboe@suse.de>
Thu, 3 Nov 2005 21:08:52 +0000 (22:08 +0100)
committerJens Axboe <axboe@suse.de>
Thu, 3 Nov 2005 21:08:52 +0000 (22:08 +0100)
md5.c

diff --git a/md5.c b/md5.c
index da1e00de434d02b4ad389f4f7d0e93bd69f4dca2..36850488b424c15efd01a14e886c2a6681ff7014 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -1,3 +1,6 @@
+/*
+ * Shamelessly lifted from the 2.6 kernel (crypto/md5.c)
+ */
 #include <string.h>
 #include <asm/types.h>
 #include "md5.h"