From 624c5d51a26097bbda9483750422d090761a51d8 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Mon, 1 Apr 2013 15:33:54 -0500 Subject: [PATCH] LU-1330 md: fix lu_ucred.c boilerplate In preparing Ie3a3cd99 (LU-1330 obdclass: splits server-side object stack from client) the lu_ucred infrastructure was put in its own file. Fixup the boilerplate of this file to give the proper path, short description, and authors. Signed-off-by: John L. Hammond Change-Id: I77d42539c625b390cca779cb426e0125ca782d44 Reviewed-on: http://review.whamcloud.com/5910 Tested-by: Hudson Reviewed-by: Fan Yong Tested-by: Maloo Reviewed-by: Vitaly Fertman Reviewed-by: Oleg Drokin --- lustre/obdclass/lu_ucred.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/obdclass/lu_ucred.c b/lustre/obdclass/lu_ucred.c index cfa7a56..a8be9e8 100644 --- a/lustre/obdclass/lu_ucred.c +++ b/lustre/obdclass/lu_ucred.c @@ -33,13 +33,13 @@ * This file is part of Lustre, http://www.lustre.org/ * Lustre is a trademark of Sun Microsystems, Inc. * - * lustre/obdclass/lu_object.c + * lustre/obdclass/lu_ucred.c * - * Lustre Object. - * These are the only exported functions, they provide some generic - * infrastructure for managing object devices + * Lustre user credentials context infrastructure. * * Author: Nikita Danilov + * Author: Fan Yong + * Author: Vitaly Fertman */ #define DEBUG_SUBSYSTEM S_CLASS -- 1.8.3.1