xfs-masters
[Top] [All Lists]

[xfs-masters] [PATCH 29/77] FS: Remove dead code

To: linux-kbuild@xxxxxxxxxxxxxxx
Subject: [xfs-masters] [PATCH 29/77] FS: Remove dead code
From: Sam Ravnborg <sam@xxxxxxxxxxxx>
Date: Thu, 24 Jan 2008 23:03:10 +0100
Cc: WANG Cong <xiyou.wangcong@xxxxxxxxx>, Al Viro <viro@xxxxxxxxxxxxxxxx>, Tim Shimmin <xfs-masters@xxxxxxxxxxx>, Sam Ravnborg <sam@xxxxxxxxxxxx>
In-reply-to: <20080124215813.GA4204@xxxxxxxxxxxxxxxxxxx>
References: <20080124215813.GA4204@xxxxxxxxxxxxxxxxxxx>
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
From: WANG Cong <xiyou.wangcong@xxxxxxxxx>

Remove dead code in smbfs makefile.

Cc: Al Viro <viro@xxxxxxxxxxxxxxxx>
Cc: Tim Shimmin <xfs-masters@xxxxxxxxxxx>
Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
---
 fs/smbfs/Makefile |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/fs/smbfs/Makefile b/fs/smbfs/Makefile
index 6673ee8..4faf8c4 100644
--- a/fs/smbfs/Makefile
+++ b/fs/smbfs/Makefile
@@ -16,23 +16,3 @@ EXTRA_CFLAGS += -DSMBFS_PARANOIA
 #EXTRA_CFLAGS += -DDEBUG_SMB_TIMESTAMP
 #EXTRA_CFLAGS += -Werror
 
-#
-# Maintainer rules
-#
-
-# getopt.c not included. It is intentionally separate
-SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c smbiod.c request.c \
-       symlink.c
-
-proto:
-       -rm -f proto.h
-       @echo >  proto2.h "/*"
-       @echo >> proto2.h " *  Autogenerated with cproto on: " `date`
-       @echo >> proto2.h " */"
-       @echo >> proto2.h ""
-       @echo >> proto2.h "struct smb_request;"
-       @echo >> proto2.h "struct sock;"
-       @echo >> proto2.h "struct statfs;"
-       @echo >> proto2.h ""
-       cproto -E "gcc -E" -e -v -I $(TOPDIR)/include -DMAKING_PROTO 
-D__KERNEL__ $(SRC) >> proto2.h
-       mv proto2.h proto.h
-- 
1.5.4.rc3.14.g44397


<Prev in Thread] Current Thread [Next in Thread>
  • [xfs-masters] [PATCH 29/77] FS: Remove dead code, Sam Ravnborg <=