2011-03-03 15:35:11

by Alex Elder

[permalink] [raw]
Subject: [GIT PULL] XFS update for 2.6.38-rc8

> Regressions fixed, hopefully none introduced..

Sorry to report that one was introduced in XFS. A caller was
providing the address of something smaller than what was expected
by a function that zeroed it, with a predictable result.

Please take the following change, which corrects the problem.
Thanks.

-Alex

The following changes since commit cbdbb4c1d22e26f9d5314fefe6f2c7e5ed7f6a0f:

Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-03-02 20:02:32 -0800)

are available in the git repository at:

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

Alex Elder (1):
xfs: zero proper structure size for geometry calls

fs/xfs/linux-2.6/xfs_ioctl.c | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)