From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 14 Jul 2011 16:16:56 +0100 Subject: [Cluster-devel] GFS2: Pull request (fixes) Message-ID: <1310656616.2761.33.camel@menhir> 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 three fixes, Steve. -------------------------------------------------------------------------------- The following changes since commit 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc: Linux 3.0-rc7 (2011-07-11 16:51:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git master Benjamin Marzinski (1): GFS2: force a log flush when invalidating the rindex glock Steven Whitehouse (2): GFS2: Fix race during filesystem mount GFS2: Resolve inode eviction and ail list interaction bug fs/gfs2/aops.c | 3 +++ fs/gfs2/glops.c | 8 +++++--- fs/gfs2/incore.h | 2 ++ fs/gfs2/log.c | 1 + fs/gfs2/ops_fstype.c | 3 +++ fs/gfs2/super.c | 36 ++++++++++++++++++++++++++++++------ fs/gfs2/sys.c | 7 ++++++- 7 files changed, 50 insertions(+), 10 deletions(-)