From 23620ffa967e91ce435b8c07ee79cd77a1eef338 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 3 Oct 2003 16:17:14 +0000 Subject: [PATCH] Print out generation values as unsigned instead of hex to be consistent and remove confusion when debugging. --- lustre/llite/rw24.c | 2 +- lustre/llite/rw26.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. * -- 1.8.3.1