summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/auth.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2009-12-05 01:49:00 +0100
committerJ. Bruce Fields2009-12-15 21:01:47 +0100
commit7663dacd926584093dfc350892792054692b6cb3 (patch)
tree3300005fc836d8a6661d758212289963f850d728 /fs/nfsd/auth.c
parentnfsd: move most of nfsfh.h to fs/nfsd (diff)
downloadkernel-qcow2-linux-7663dacd926584093dfc350892792054692b6cb3.tar.gz
kernel-qcow2-linux-7663dacd926584093dfc350892792054692b6cb3.tar.xz
kernel-qcow2-linux-7663dacd926584093dfc350892792054692b6cb3.zip
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: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/auth.c')
-rw-r--r--fs/nfsd/auth.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c
index 71209d4993d0..79717a40daba 100644
--- a/fs/nfsd/auth.c
+++ b/fs/nfsd/auth.c
@@ -1,8 +1,4 @@
-/*
- * 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"