All of lore.kernel.org
 help / color / mirror / Atom feed
From: teigland@sourceware.org <teigland@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/gfs-kernel/src/gfs Makefile ops_inode.c
Date: 16 Aug 2006 14:40:55 -0000	[thread overview]
Message-ID: <20060816144055.16986.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	teigland at sourceware.org	2006-08-16 14:40:54

Modified files:
	gfs-kernel/src/gfs: Makefile ops_inode.c 

Log message:
	Now that gfs is using cman (with the recent CDPN patch), we need some
	Makefile hacks to get the headers included so it'll build.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/Makefile.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.6.2.3.6.2&r2=1.6.2.3.6.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_inode.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.6.6.1.2.4&r2=1.6.6.1.2.5

--- cluster/gfs-kernel/src/gfs/Makefile	2006/05/08 21:31:20	1.6.2.3.6.2
+++ cluster/gfs-kernel/src/gfs/Makefile	2006/08/16 14:40:54	1.6.2.3.6.3
@@ -69,6 +69,9 @@
 EXTRA_CFLAGS += -I$(obj) -I${incdir} -I/usr/include 
 
 all:
+	if [ ! -e cluster ]; then ln -s . cluster; fi
+	if [ ! -e cnxman.h ]; then cp ${incdir}/cluster/cnxman.h .; fi
+	if [ ! -e cnxman-socket.h ]; then cp ${incdir}/cluster/cnxman-socket.h .; fi
 	rm -f linux lm_interface.h
 	ln -s . linux
 	ln -s ${top_srcdir}/src/harness/lm_interface.h .
@@ -86,7 +89,7 @@
 
 clean:
 	rm -rf linux *.o .*.o.cmd .gfs.ko.cmd lm_interface.h \
-		gfs.ko gfs.mod.c .tmp_versions *~
+		cluster cnxman.h cnxman-socket.h gfs.ko gfs.mod.c .tmp_versions *~
 
 
 patches: pre add post
--- cluster/gfs-kernel/src/gfs/ops_inode.c	2006/04/20 22:35:39	1.6.6.1.2.4
+++ cluster/gfs-kernel/src/gfs/ops_inode.c	2006/08/16 14:40:54	1.6.6.1.2.5
@@ -24,6 +24,7 @@
 #include <linux/mm.h>
 #include <linux/xattr.h>
 #include <linux/posix_acl.h>
+#include <net/sock.h>
 #include <cluster/cnxman.h>
 
 #include "gfs.h"



                 reply	other threads:[~2006-08-16 14:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060816144055.16986.qmail@sourceware.org \
    --to=teigland@sourceware.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.