* fs/nfs_common/Makefile: fix the C file name
@ 2008-10-27 17:07 ` Américo Wang
0 siblings, 0 replies; 4+ 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-va7F5g4oNmbYtjvyW6yDsg@public.gmane.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 related [flat|nested] 4+ messages in thread
* fs/nfs_common/Makefile: fix the C file name
@ 2008-10-27 17:07 ` Américo Wang
0 siblings, 0 replies; 4+ 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 related [flat|nested] 4+ messages in thread
* Re: fs/nfs_common/Makefile: fix the C file name
2008-10-27 17:07 ` Américo Wang
@ 2008-10-27 19:01 ` Trond Myklebust
-1 siblings, 0 replies; 4+ 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=C3=A9rico Wang wrote:
> There's no file named 'nfs_acl.c' in that directory, it is 'nfsacl.c'=
=2E
>=20
> Signed-off-by: WANG Cong <wangcong-va7F5g4oNmbYtjvyW6yDsg@public.gmane.org>
> Cc: J. Bruce Fields <bfields@fieldses.org>
>=20
> ---
> 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 a=
nd server.
> #
> =20
> -obj-$(CONFIG_NFS_ACL_SUPPORT) +=3D nfs_acl.o
> +obj-$(CONFIG_NFS_ACL_SUPPORT) +=3D nfsacl.o
> =20
> nfs_acl-objs :=3D nfsacl.o
NAK. The existing line is correct because the _module_ is called
nfs_acl.ko.
Trond
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fs/nfs_common/Makefile: fix the C file name
@ 2008-10-27 19:01 ` Trond Myklebust
0 siblings, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2008-10-27 19:02 UTC | newest]
Thread overview: 4+ 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 17:07 ` Américo Wang
[not found] ` <20081027170737.GA1027-Tc2f1T0IvFNdsri2l9pqgg@public.gmane.org>
2008-10-27 19:01 ` Trond Myklebust
2008-10-27 19:01 ` Trond Myklebust
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.