From 711d952c0fd127885d9a70dd57246acbfb9056d2 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Thu, 22 Apr 2010 17:04:25 -0400 Subject: [PATCH] --- yaml --- r: 192368 b: refs/heads/master c: e0c8233622cbd49d171bc57b60e725f2fb748750 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/nfsfh.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index de828286339a..14f040141c48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d03859a4aca3969efd91dc77be7efa2ae45b05d8 +refs/heads/master: e0c8233622cbd49d171bc57b60e725f2fb748750 diff --git a/trunk/include/linux/nfsd/nfsfh.h b/trunk/include/linux/nfsd/nfsfh.h index 65e333afaee4..45bb5a8102c1 100644 --- a/trunk/include/linux/nfsd/nfsfh.h +++ b/trunk/include/linux/nfsd/nfsfh.h @@ -40,8 +40,8 @@ struct nfs_fhbase_old { * This is the new flexible, extensible style NFSv2/v3 file handle. * by Neil Brown - March 2000 * - * The file handle is seens as a list of 4byte words. - * The first word contains a version number (1) and four descriptor bytes + * The file handle is seens as a list of four-byte words. + * The first word contains a version number (1) and three descriptor bytes * that tell how the remaining 3 variable length fields should be handled. * These three bytes are auth_type, fsid_type and fileid_type. *