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/cache.h | |
parent | 1557aca7904ed6fadd22cdc3364754070bb3d3c3 (diff) | |
download | op-kernel-dev-7663dacd926584093dfc350892792054692b6cb3.zip op-kernel-dev-7663dacd926584093dfc350892792054692b6cb3.tar.gz |
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/cache.h')
-rw-r--r-- | fs/nfsd/cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/cache.h b/fs/nfsd/cache.h index a165425..d892be6 100644 --- a/fs/nfsd/cache.h +++ b/fs/nfsd/cache.h @@ -1,6 +1,4 @@ /* - * include/linux/nfsd/cache.h - * * Request reply cache. This was heavily inspired by the * implementation in 4.3BSD/4.4BSD. * |