diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2016-05-20 20:01:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-20 20:58:30 -0400 |
commit | 8da4b8c48e7b43cb16d05e1dbb34ad9f73ab7efd (patch) | |
tree | ac716b243f71c117360535610790d1c6b9164590 /fs/reiserfs/objectid.c | |
parent | b8b572789cde5118b2cee49d426d48fcf5b30e47 (diff) |
lib/uuid.c: move generate_random_uuid() to uuid.c
Let's gather the UUID related functions under one hood.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Cc: Mimi Zohar <zohar@linux.vnet.ibm.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: "Theodore Ts'o" <tytso@mit.edu>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/objectid.c')
-rw-r--r-- | fs/reiserfs/objectid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/objectid.c b/fs/reiserfs/objectid.c index 99a5d5dae46a..415d66ca87d1 100644 --- a/fs/reiserfs/objectid.c +++ b/fs/reiserfs/objectid.c | |||
@@ -3,8 +3,8 @@ | |||
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/string.h> | 5 | #include <linux/string.h> |
6 | #include <linux/random.h> | ||
7 | #include <linux/time.h> | 6 | #include <linux/time.h> |
7 | #include <linux/uuid.h> | ||
8 | #include "reiserfs.h" | 8 | #include "reiserfs.h" |
9 | 9 | ||
10 | /* find where objectid map starts */ | 10 | /* find where objectid map starts */ |