X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flvfs%2Fquotafmt_test.c;h=f9e3c95aba8d2426c73dc09ad1cbb0f344ce210a;hb=a5b81807c5d6d2cb3b2ef1a0a7e150ee6002f7f7;hp=1f46d9afc6e3da47d316c0a9030468a4b905157c;hpb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;p=fs%2Flustre-release.git diff --git a/lustre/lvfs/quotafmt_test.c b/lustre/lvfs/quotafmt_test.c index 1f46d9a..f9e3c95 100644 --- a/lustre/lvfs/quotafmt_test.c +++ b/lustre/lvfs/quotafmt_test.c @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -50,7 +50,6 @@ #include #include #include -#include #include #include @@ -230,7 +229,7 @@ static struct lustre_dquot *get_rand_dquot(struct lustre_quota_info *lqi) if (dquot == NULL) return NULL; - ll_get_random_bytes(&rand, sizeof(rand)); + cfs_get_random_bytes(&rand, sizeof(rand)); if (!rand) rand = 1000;