All of 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
  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

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.