From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Fri, 20 Oct 2006 10:24:18 +0100 Subject: [Cluster-devel] [GFS2 & DLM] Pull request Message-ID: <1161336258.27980.201.camel@quoit.chygwyn.com> 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 changes from the GFS2 -fixes git tree, Steve. ----------------------------------------------------------------------------------------- The following changes since commit ce9e3d9953c8cb67001719b5516da2928e956be4: Linus Torvalds: Merge branch 'ubuntu-updates' of master.kernel.org:/.../bcollins/ubuntu-2.6 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git Adrian Bunk: [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variable [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereference [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage Al Viro: [GFS2] gfs2 endianness bug: be16 assigned to be32 field Patrick Caulfield: [DLM] fix iovec length in recvmsg Steven Whitehouse: [GFS2] Fix bmap to map extents properly fs/dlm/lowcomms.c | 1 + fs/gfs2/bmap.c | 13 +++++++------ fs/gfs2/bmap.h | 2 +- fs/gfs2/dir.c | 10 +++------- fs/gfs2/log.c | 6 ++++-- fs/gfs2/ops_address.c | 6 +++--- fs/gfs2/ops_fstype.c | 7 ++----- fs/gfs2/quota.c | 5 +++-- fs/gfs2/recovery.c | 5 +++-- 9 files changed, 27 insertions(+), 28 deletions(-)