cluster-devel.redhat.com archive mirror
 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 gfs.h glock.c lm.c  ...
Date: 20 Sep 2006 18:48:57 -0000	[thread overview]
Message-ID: <20060920184857.5113.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-09-20 18:48:56

Modified files:
	gfs-kernel/src/gfs: gfs.h glock.c lm.c 
Removed files:
	gfs-kernel/src/gfs: lm_interface.h 

Log message:
	Get lm_interface.h from the kernel instead of keeping a
	duplicate copy here.  Requires recent upstream gfs2 change
	that moves lm_interface.h from fs/gfs2/ to include/linux/

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/gfs.h.diff?cvsroot=cluster&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/glock.c.diff?cvsroot=cluster&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/lm.c.diff?cvsroot=cluster&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/lm_interface.h.diff?cvsroot=cluster&r1=1.4&r2=NONE

--- cluster/gfs-kernel/src/gfs/gfs.h	2006/08/11 14:32:32	1.11
+++ cluster/gfs-kernel/src/gfs/gfs.h	2006/09/20 18:48:56	1.12
@@ -16,7 +16,8 @@
 
 #define GFS_RELEASE_NAME "<CVS>"
 
-#include "lm_interface.h"
+#include <linux/lm_interface.h>
+
 #include "gfs_ondisk.h"
 #include "fixed_div64.h"
 #include "lvb.h"
--- cluster/gfs-kernel/src/gfs/glock.c	2006/09/13 20:07:38	1.28
+++ cluster/gfs-kernel/src/gfs/glock.c	2006/09/20 18:48:56	1.29
@@ -19,9 +19,9 @@
 #include <linux/completion.h>
 #include <linux/buffer_head.h>
 #include <asm/uaccess.h>
+#include <linux/lm_interface.h>
 
 #include "gfs.h"
-#include "lm_interface.h"
 #include "dio.h"
 #include "glock.h"
 #include "glops.h"
--- cluster/gfs-kernel/src/gfs/lm.c	2006/09/13 20:07:38	1.17
+++ cluster/gfs-kernel/src/gfs/lm.c	2006/09/20 18:48:56	1.18
@@ -13,10 +13,10 @@
 #include <linux/completion.h>
 #include <linux/buffer_head.h>
 #include <linux/delay.h>
+#include <linux/lm_interface.h>
 
 #include "gfs_ondisk.h"
 #include "gfs.h"
-#include "lm_interface.h"
 #include "incore.h"
 #include "glock.h"
 #include "lm.h"



                 reply	other threads:[~2006-09-20 18:48 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=20060920184857.5113.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).