aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-04-16 12:07:02 -0400
committerJ. Bruce Fields <bfields@redhat.com>2012-04-16 15:19:12 -0400
commitd22053cdbd914a6c97ea101adf411a8fd7e282ad (patch)
treea4d1f1e7b431169c8d06ad55a9ad5cf9ae4d5d11 /include
parentnfsd: don't fail unchecked creates of non-special files (diff)
downloadlinux-dev-d22053cdbd914a6c97ea101adf411a8fd7e282ad.tar.xz
linux-dev-d22053cdbd914a6c97ea101adf411a8fd7e282ad.zip
nfsd: include cld.h in the headers_install target
The cld.h file contains the definition of the upcall format to talk with nfsdcld. When I added the file though, I neglected to add it to the headers-y target, so make headers_install wasn't installing it. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild
index b8d4001212b3..5b7d84ac954a 100644
--- a/include/linux/nfsd/Kbuild
+++ b/include/linux/nfsd/Kbuild
@@ -1,3 +1,4 @@
+header-y += cld.h
header-y += debug.h
header-y += export.h
header-y += nfsfh.h