lkml.org 
[lkml]   [2008]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectfs/nfs_common/Makefile: fix the C file name

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


\
 
 \ /
  Last update: 2008-10-27 18:11    [W:0.046 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site