linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfsd: include cld.h in the headers_install target
@ 2012-04-16 16:07 Jeff Layton
  2012-04-16 19:58 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2012-04-16 16:07 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

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>
---
 include/linux/nfsd/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild
index b8d4001..5b7d84a 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
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfsd: include cld.h in the headers_install target
  2012-04-16 16:07 [PATCH] nfsd: include cld.h in the headers_install target Jeff Layton
@ 2012-04-16 19:58 ` J. Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2012-04-16 19:58 UTC (permalink / raw)
  To: Jeff Layton; +Cc: linux-nfs

On Mon, Apr 16, 2012 at 12:07:02PM -0400, Jeff Layton wrote:
> 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.

OK, thanks.  I do have one 3.4 bugfix to send in, so I'll throw this in
with that and send a pull request tomorrow.--b.

> 
> Signed-off-by: Jeff Layton <jlayton@redhat.com>
> ---
>  include/linux/nfsd/Kbuild |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild
> index b8d4001..5b7d84a 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
> -- 
> 1.7.7.6
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-16 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 16:07 [PATCH] nfsd: include cld.h in the headers_install target Jeff Layton
2012-04-16 19:58 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).