diff options
author | NeilBrown <neilb@suse.de> | 2021-07-28 08:56:09 +1000 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-08-17 11:47:53 -0400 |
commit | ea49dc79002c416a9003f3204bc14f846a0dbcae (patch) | |
tree | d591df2ce746209de2f0f5044cff8ed1d59f45e9 /include/uapi | |
parent | 07a92d009f0b1557d3d58905ce18821a483be2e1 (diff) | |
download | linux-ea49dc79002c416a9003f3204bc14f846a0dbcae.tar.gz linux-ea49dc79002c416a9003f3204bc14f846a0dbcae.tar.bz2 linux-ea49dc79002c416a9003f3204bc14f846a0dbcae.zip |
NFSD: remove vanity comments
Including one's name in copyright claims is appropriate. Including it
in random comments is just vanity. After 2 decades, it is time for
these to be gone.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/nfsd/nfsfh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/nfsd/nfsfh.h b/include/uapi/linux/nfsd/nfsfh.h index 427294dd56a1..e29e8accc4f4 100644 --- a/include/uapi/linux/nfsd/nfsfh.h +++ b/include/uapi/linux/nfsd/nfsfh.h @@ -33,7 +33,6 @@ struct nfs_fhbase_old { /* * This is the new flexible, extensible style NFSv2/v3/v4 file handle. - * by Neil Brown <neilb@cse.unsw.edu.au> - March 2000 * * The file handle starts with a sequence of four-byte words. * The first word contains a version number (1) and three descriptor bytes |