From: adilger Date: Fri, 3 Oct 2003 16:17:14 +0000 (+0000) Subject: Print out generation values as unsigned instead of hex to be consistent and X-Git-Tag: v1_7_110~1^13~109 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=23620ffa967e91ce435b8c07ee79cd77a1eef338;p=fs%2Flustre-release.git Print out generation values as unsigned instead of hex to be consistent and remove confusion when debugging. --- diff --git a/lustre/llite/rw24.c b/lustre/llite/rw24.c index ce1ea6c..9646a63 100644 --- a/lustre/llite/rw24.c +++ b/lustre/llite/rw24.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Lustre Lite I/O page cache for the 2.4 kernel generation + * Lustre Lite I/O page cache for the 2.4 kernel version * * Copyright (c) 2001-2003 Cluster File Systems, Inc. * diff --git a/lustre/llite/rw26.c b/lustre/llite/rw26.c index 26e6531..2df14c4 100644 --- a/lustre/llite/rw26.c +++ b/lustre/llite/rw26.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Lustre Lite I/O page cache routines for the 2.5/2.6 kernel generation + * Lustre Lite I/O page cache routines for the 2.5/2.6 kernel version * * Copyright (c) 2001-2003 Cluster File Systems, Inc. *