Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7663dacd authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd: remove pointless paths in file headers



The new .h files have paths at the top that are now out of date.  While
we're here, just remove all of those from fs/nfsd; they never served any
purpose.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 1557aca7
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
/*
 * linux/fs/nfsd/auth.c
 *
 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
 */
/* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */

#include <linux/sched.h>
#include "nfsd.h"
+0 −2
Original line number Diff line number Diff line
/*
 * include/linux/nfsd/cache.h
 *
 * Request reply cache. This was heavily inspired by the
 * implementation in 4.3BSD/4.4BSD.
 *
+0 −2
Original line number Diff line number Diff line
#define MSNFS	/* HACK HACK */
/*
 * linux/fs/nfsd/export.c
 *
 * NFS exporting and validation.
 *
 * We maintain a list of clients, each of which has a list of
+0 −2
Original line number Diff line number Diff line
/*
 * linux/fs/nfsd/lockd.c
 *
 * This file contains all the stubs needed when communicating with lockd.
 * This level of indirection is necessary so we can run nfsd+lockd without
 * requiring the nfs client to be compiled in/loaded, and vice versa.
+0 −2
Original line number Diff line number Diff line
/*
 * linux/fs/nfsd/nfs2acl.c
 *
 * Process version 2 NFSACL requests.
 *
 * Copyright (C) 2002-2003 Andreas Gruenbacher <agruen@suse.de>
Loading