]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: Move private headers to source directory
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Dec 2009 18:30:56 +0000 (20:30 +0200)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 14 Dec 2009 23:12:12 +0000 (18:12 -0500)
commit498fb953c7b8e28edc81dec85d1d7a270a851172
tree6f2e4b775738ae93da05ad475b244785bf40461e
parent55c6480ab731711aa0f6539bbf312fdca3f74dfb
nfsd: Move private headers to source directory

Lots of include/linux/nfsd/* headers are only used by
nfsd module. Move them to the source directory

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
32 files changed:
fs/nfsd/auth.c
fs/nfsd/cache.h [new file with mode: 0644]
fs/nfsd/export.c
fs/nfsd/lockd.c
fs/nfsd/nfs2acl.c
fs/nfsd/nfs3acl.c
fs/nfsd/nfs3proc.c
fs/nfsd/nfs3xdr.c
fs/nfsd/nfs4callback.c
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4recover.c
fs/nfsd/nfs4state.c
fs/nfsd/nfs4xdr.c
fs/nfsd/nfscache.c
fs/nfsd/nfsctl.c
fs/nfsd/nfsd.h [new file with mode: 0644]
fs/nfsd/nfsfh.c
fs/nfsd/nfsproc.c
fs/nfsd/nfssvc.c
fs/nfsd/nfsxdr.c
fs/nfsd/state.h [new file with mode: 0644]
fs/nfsd/stats.c
fs/nfsd/vfs.c
fs/nfsd/xdr.h [new file with mode: 0644]
fs/nfsd/xdr3.h [new file with mode: 0644]
fs/nfsd/xdr4.h [new file with mode: 0644]
include/linux/nfsd/cache.h [deleted file]
include/linux/nfsd/nfsd.h [deleted file]
include/linux/nfsd/state.h [deleted file]
include/linux/nfsd/xdr.h [deleted file]
include/linux/nfsd/xdr3.h [deleted file]
include/linux/nfsd/xdr4.h [deleted file]