From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-nfs@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
"J. Bruce Fields" <bfields@fieldses.org>
Subject: fs/nfs_common/Makefile: fix the C file name
Date: Mon, 27 Oct 2008 17:07:37 +0000 [thread overview]
Message-ID: <20081027170737.GA1027@hack.voiplan.pt> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-nfs@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
"J. Bruce Fields" <bfields@fieldses.org>
Subject: fs/nfs_common/Makefile: fix the C file name
Date: Mon, 27 Oct 2008 17:07:37 +0000 [thread overview]
Message-ID: <20081027170737.GA1027@hack.voiplan.pt> (raw)
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
next reply other threads:[~2008-10-27 17:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-27 17:07 Américo Wang [this message]
2008-10-27 17:07 ` fs/nfs_common/Makefile: fix the C file name 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081027170737.GA1027@hack.voiplan.pt \
--to=xiyou.wangcong@gmail.com \
--cc=akpm@osdl.org \
--cc=bfields@fieldses.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.