lkml.org 
[lkml]   [2011]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject[GIT PULL] XFS update for 3.0-rc4
Linus, please pull the following two XFS changes for 3.0.

The first is a simple fix that flips the sign of an error return
value.

The second fixes a bug having to do with the order in which log and
data (or realtime) device cache flushes are issued. This could lead
to data corruption when an external log was used. Previously, we
avoided the problem by disabling barriers and issuing a warning
about that at mount time, but the recent barrier/FUA rework makes
that not work properly any more. Fixing the flush ordering problem
also nicely eliminates the need a block of code.

Thanks.

-Alex

The following changes since commit eb96c925152fc289311e5d7e956b919e9b60ab53:

Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-06-16 17:54:41 -0700)

are available in the git repository at:

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

Al Viro (1):
xfs: fix ->mknod() return value on xfs_get_acl() failure

Christoph Hellwig (1):
xfs: make log devices with write back caches work

fs/xfs/linux-2.6/xfs_file.c | 50 +++++++++++++++++----------
fs/xfs/linux-2.6/xfs_iops.c | 2 +-
fs/xfs/linux-2.6/xfs_super.c | 75 ------------------------------------------
fs/xfs/xfs_log.c | 11 +++++-
4 files changed, 42 insertions(+), 96 deletions(-)


\
 
 \ /
  Last update: 2011-06-17 18:11    [W:0.192 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site