[XFS updates] XFS development tree branch, master, updated. v2.6.28-rc3-12990-g8aa4349
xfs at oss.sgi.com
xfs at oss.sgi.com
Thu Feb 12 15:09:56 CST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, master has been updated
7c8f7af xfs: reject swapext ioctl on swapfiles
2643075 xfs: fix error handling in xfs_log_mount
from 8e08f6eb34af13b78d379a025e4c9f8612b47b95 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c8f7af67de19a7ae33a6fc06764771265b0cc56
Author: Christoph Hellwig <hch at lst.de>
Date: Thu Feb 12 19:56:00 2009 +0100
xfs: reject swapext ioctl on swapfiles
Swapfiles are magic - I/O is directly initialized by the VM without
involving the filesystem. Swapping out extents underneath the VM thus
can cause severe problems.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Felix Blyakher <felixb at sgi.com>
commit 264307520b120593ba63c4a23c58dd5e2ec5e822
Author: Christoph Hellwig <hch at lst.de>
Date: Thu Feb 12 19:55:48 2009 +0100
xfs: fix error handling in xfs_log_mount
We can't just call xfs_log_unmount_dealloc on any failure because the
ail thread which is torn down by xfs_log_unmount_dealloc might not
be initialized yet.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Felix Blyakher <felixb at sgi.com>
Reported-by: Lachlan McIlroy <lachlan at sgi.com>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/xfs_dfrag.c | 6 ++++++
fs/xfs/xfs_log.c | 14 ++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
hooks/post-receive
--
XFS development tree
More information about the xfs
mailing list