2009-10-30 18:57:36

by Alex Elder

[permalink] [raw]
Subject: [GIT PULL] XFS (2 regression fixes)

Linus, Christoph Hellwig sent a pull request for these patches from
the xfs-dev tree on kernel.org earlier today. (Pointing this out to
hopefully avoid confusion.)

-Alex

The following changes since commit 2e2ec952350f25242f2e0539db16b1e46f9eb01b:
Linus Torvalds (1):
Merge branch 'bugfix' of git://git.kernel.org/.../jeremy/xen

are available in the git repository at:

git://oss.sgi.com/xfs/xfs for-linus

Alex Elder (2):
Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus
Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6 into for-linus

Eric Sandeen (1):
xfs: free temporary cursor in xfs_dialloc

Ryota Yamauchi (1):
xfs: fix xfs_quota remove error

fs/xfs/linux-2.6/xfs_quotaops.c | 2 +-
fs/xfs/xfs_ialloc.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)


2009-10-30 19:48:40

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] XFS (2 regression fixes)



On Fri, 30 Oct 2009, Alex Elder wrote:
>
> Linus, Christoph Hellwig sent a pull request for these patches from
> the xfs-dev tree on kernel.org earlier today. (Pointing this out to
> hopefully avoid confusion.)

I'll pull from Christophs tree directly - I refuse to pull from trees that
have more merge commits than actual real commits.

Linus
> Alex Elder (2):
> Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus
> Merge branch 'master' of git://git.kernel.org/.../torvalds/linux-2.6 into for-linus

Both of these seem pointless, and a sign of something wrong.

Linus