diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-04 19:49:00 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 15:01:47 -0500 |
commit | 7663dacd926584093dfc350892792054692b6cb3 (patch) | |
tree | 3300005fc836d8a6661d758212289963f850d728 /fs/nfsd/auth.c | |
parent | 1557aca7904ed6fadd22cdc3364754070bb3d3c3 (diff) |
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.c | 6 |
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 @@ | |||
1 | /* | 1 | /* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ |
2 | * linux/fs/nfsd/auth.c | ||
3 | * | ||
4 | * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> | ||
5 | */ | ||
6 | 2 | ||
7 | #include <linux/sched.h> | 3 | #include <linux/sched.h> |
8 | #include "nfsd.h" | 4 | #include "nfsd.h" |