From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Fri, 12 Jun 2009 15:01:39 +0100 Subject: [Cluster-devel] GFS2: Pull request #2 Message-ID: <1244815299.3216.5.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Please consider pulling the following two patches, Steve. ---------------------------------------------------------------------------- The following changes since commit 8ebf975608aaebd7feb33d77f07ba21a6380e086: Randy Dunlap (1): block: fix kernel-doc in recent block/ changes are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master Steven Whitehouse (2): GFS2: Add tracepoints GFS2: Remove lock_kernel from gfs2_put_super() fs/gfs2/Makefile | 1 + fs/gfs2/bmap.c | 3 + fs/gfs2/glock.c | 12 ++- fs/gfs2/log.c | 9 +- fs/gfs2/lops.c | 3 + fs/gfs2/ops_fstype.c | 2 + fs/gfs2/rgrp.c | 11 +- fs/gfs2/super.c | 4 - fs/gfs2/trace_gfs2.h | 407 ++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 442 insertions(+), 10 deletions(-) create mode 100644 fs/gfs2/trace_gfs2.h