* [GIT PULL] xfs: Warning fixes for 2.6.34
@ 2010-01-20 0:33 Dave Chinner
2010-01-20 0:40 ` Dave Chinner
0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2010-01-20 0:33 UTC (permalink / raw)
To: aelder; +Cc: xfs
Alex,
This is the series that Christoph reviewed this morning. I've fixed
up the hunks that were in the wrong patch. Please pull.
----
The following changes since commit 4e23471a3f3aba885ea70100db47ccacb5f069f6:
Christoph Hellwig (1):
xfs: move more buffer helpers into xfs_buf.c
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfs.git warnings
Dave Chinner (10):
xfs: directory names are unsigned
xfs: convert DM ops to use unsigned char names
xfs: convert dirnameops to unsigned char names
xfs: make xfs_dir_cilookup_result use unsigned char
xfs: xfs_buf_iomove() doesn't care about signedness
xfs: convert attr to use unsigned names
xfs: clean up sign warnings in dir2 code
xfs: make compile warn about char sign mismatches again
xfs: suppress spurious uninitialised var warning in xfs_bmapi()
xfs: rearrange xfs_mod_sb() to avoid array subscript warning
fs/xfs/Makefile | 2 +-
fs/xfs/linux-2.6/xfs_acl.c | 11 ++++++-----
fs/xfs/linux-2.6/xfs_buf.c | 2 +-
fs/xfs/linux-2.6/xfs_buf.h | 2 +-
fs/xfs/linux-2.6/xfs_ioctl.c | 18 +++++++++---------
fs/xfs/linux-2.6/xfs_ioctl.h | 12 ++++++------
fs/xfs/linux-2.6/xfs_ioctl32.c | 4 ++--
fs/xfs/linux-2.6/xfs_iops.c | 4 ++--
fs/xfs/linux-2.6/xfs_xattr.c | 27 +++++++++++++++++++--------
fs/xfs/xfs_acl.h | 4 ++--
fs/xfs/xfs_attr.c | 38 +++++++++++++++++++++++---------------
fs/xfs/xfs_attr.h | 2 +-
fs/xfs/xfs_attr_leaf.c | 28 ++++++++++++++--------------
fs/xfs/xfs_attr_sf.h | 2 +-
fs/xfs/xfs_bmap.c | 2 +-
fs/xfs/xfs_da_btree.c | 4 ++--
fs/xfs/xfs_da_btree.h | 5 +++--
fs/xfs/xfs_dir2.c | 8 ++++----
fs/xfs/xfs_dir2.h | 4 ++--
fs/xfs/xfs_dir2_block.c | 9 +++++----
fs/xfs/xfs_dir2_leaf.c | 2 +-
fs/xfs/xfs_dir2_sf.c | 2 +-
fs/xfs/xfs_mount.c | 7 +++----
fs/xfs/xfs_mount.h | 3 ++-
fs/xfs/xfs_types.h | 4 ++--
fs/xfs/xfs_vnodeops.c | 6 ++++--
fs/xfs/xfs_vnodeops.h | 10 +++++-----
27 files changed, 123 insertions(+), 99 deletions(-)
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] xfs: Warning fixes for 2.6.34
2010-01-20 0:33 [GIT PULL] xfs: Warning fixes for 2.6.34 Dave Chinner
@ 2010-01-20 0:40 ` Dave Chinner
2010-01-20 1:25 ` Dave Chinner
0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2010-01-20 0:40 UTC (permalink / raw)
To: aelder; +Cc: xfs
On Wed, Jan 20, 2010 at 11:33:50AM +1100, Dave Chinner wrote:
> Alex,
>
> This is the series that Christoph reviewed this morning. I've fixed
> up the hunks that were in the wrong patch. Please pull.
>
> ----
>
> The following changes since commit 4e23471a3f3aba885ea70100db47ccacb5f069f6:
> Christoph Hellwig (1):
> xfs: move more buffer helpers into xfs_buf.c
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfs.git warnings
Looks like something has gone wrong when I pushed the warnings
branch - I can't pull this tree right now. I'll get back to you...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] xfs: Warning fixes for 2.6.34
2010-01-20 0:40 ` Dave Chinner
@ 2010-01-20 1:25 ` Dave Chinner
0 siblings, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2010-01-20 1:25 UTC (permalink / raw)
To: aelder; +Cc: xfs
On Wed, Jan 20, 2010 at 11:40:56AM +1100, Dave Chinner wrote:
> On Wed, Jan 20, 2010 at 11:33:50AM +1100, Dave Chinner wrote:
> > Alex,
> >
> > This is the series that Christoph reviewed this morning. I've fixed
> > up the hunks that were in the wrong patch. Please pull.
> >
> > ----
> >
> > The following changes since commit 4e23471a3f3aba885ea70100db47ccacb5f069f6:
> > Christoph Hellwig (1):
> > xfs: move more buffer helpers into xfs_buf.c
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfs.git warnings
>
> Looks like something has gone wrong when I pushed the warnings
> branch - I can't pull this tree right now. I'll get back to you...
Ok, recloned my staging tree and re-pushed to the kernel.org tree, and it
appears to be working now. I don't know what was wrong, but it's
working now...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-20 1:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 0:33 [GIT PULL] xfs: Warning fixes for 2.6.34 Dave Chinner
2010-01-20 0:40 ` Dave Chinner
2010-01-20 1:25 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox