LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* fs/nfs_common/Makefile: fix the C file name
@ 2008-10-27 17:07 Américo Wang
2008-10-27 19:01 ` Trond Myklebust
0 siblings, 1 reply; 2+ messages in thread
From: Américo Wang @ 2008-10-27 17:07 UTC (permalink / raw)
To: LKML; +Cc: linux-nfs, Andrew Morton, J. Bruce Fields
There's no file named 'nfs_acl.c' in that directory, it is 'nfsacl.c'.
Signed-off-by: WANG Cong <wangcong@zeuux.org>
Cc: J. Bruce Fields <bfields@fieldses.org>
---
diff --git a/fs/nfs_common/Makefile b/fs/nfs_common/Makefile
index f689ed8..5cb60c5 100644
--- a/fs/nfs_common/Makefile
+++ b/fs/nfs_common/Makefile
@@ -2,6 +2,6 @@
# Makefile for Linux filesystem routines that are shared by client and server.
#
-obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o
+obj-$(CONFIG_NFS_ACL_SUPPORT) += nfsacl.o
nfs_acl-objs := nfsacl.o
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fs/nfs_common/Makefile: fix the C file name
2008-10-27 17:07 fs/nfs_common/Makefile: fix the C file name Américo Wang
@ 2008-10-27 19:01 ` Trond Myklebust
0 siblings, 0 replies; 2+ messages in thread
From: Trond Myklebust @ 2008-10-27 19:01 UTC (permalink / raw)
To: Américo Wang; +Cc: LKML, linux-nfs, Andrew Morton, J. Bruce Fields
On Mon, 2008-10-27 at 17:07 +0000, Américo Wang wrote:
> There's no file named 'nfs_acl.c' in that directory, it is 'nfsacl.c'.
>
> Signed-off-by: WANG Cong <wangcong@zeuux.org>
> Cc: J. Bruce Fields <bfields@fieldses.org>
>
> ---
> diff --git a/fs/nfs_common/Makefile b/fs/nfs_common/Makefile
> index f689ed8..5cb60c5 100644
> --- a/fs/nfs_common/Makefile
> +++ b/fs/nfs_common/Makefile
> @@ -2,6 +2,6 @@
> # Makefile for Linux filesystem routines that are shared by client and server.
> #
>
> -obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o
> +obj-$(CONFIG_NFS_ACL_SUPPORT) += nfsacl.o
>
> nfs_acl-objs := nfsacl.o
NAK. The existing line is correct because the _module_ is called
nfs_acl.ko.
Trond
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-27 19:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27 17:07 fs/nfs_common/Makefile: fix the C file name Américo Wang
2008-10-27 19:01 ` Trond Myklebust
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).