X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ffid%2Flproc_fid.c;h=70b5c9c63cd56055168783b6400e179d2230373d;hb=06a67987e06f7fa9c0bfde549d54e2bed0a78ade;hp=b8fdca3333717bbf1ac49e1e40d0c122c7984bc0;hpb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;p=fs%2Flustre-release.git diff --git a/lustre/fid/lproc_fid.c b/lustre/fid/lproc_fid.c index b8fdca3..70b5c9c 100644 --- a/lustre/fid/lproc_fid.c +++ b/lustre/fid/lproc_fid.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. */ /* @@ -94,7 +94,7 @@ seq_proc_read_common(char *page, char **start, off_t off, ENTRY; *eof = 1; - rc = snprintf(page, count, "["LPX64" - "LPX64"]:%x\n", + rc = snprintf(page, count, "["LPX64" - "LPX64"]:%x:%x\n", PRANGE(range)); RETURN(rc); }