diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-05 03:49:00 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 23:01:47 +0300 |
commit | 7663dacd926584093dfc350892792054692b6cb3 (patch) | |
tree | 3300005fc836d8a6661d758212289963f850d728 /fs/nfsd/xdr3.h | |
parent | 1557aca7904ed6fadd22cdc3364754070bb3d3c3 (diff) | |
download | linux-7663dacd926584093dfc350892792054692b6cb3.tar.xz |
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/xdr3.h')
-rw-r--r-- | fs/nfsd/xdr3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h index b330756973cf..7df980eb0562 100644 --- a/fs/nfsd/xdr3.h +++ b/fs/nfsd/xdr3.h @@ -1,6 +1,4 @@ /* - * linux/include/linux/nfsd/xdr3.h - * * XDR types for NFSv3 in nfsd. * * Copyright (C) 1996-1998, Olaf Kirch <okir@monad.swb.de> |