Path: csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod From: "Darrick J. Wong" Newsgroups: linux.kernel Subject: [GIT PULL] xfs: updates for 4.12-rc7 Date: Fri, 23 Jun 2017 20:30:02 +0200 Message-ID: X-Original-To: "Darrick J. Wong" Dmarc-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 65CE422B64 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=djwong@kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 31 Organization: linux.* mail to news gateway X-Original-Cc: Linus Torvalds , Linux Kernel Mailing List , linux-xfs , Eric Sandeen X-Original-Date: Fri, 23 Jun 2017 11:21:21 -0700 X-Original-Message-ID: <20170623182121.GA4733@birch.djwong.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1673757 Hi Linus, I've one more bugfix for you for 4.12-rc7 to fix a disk corruption problem. --Darrick The following changes since commit 95989c46d2a156365867b1d795fdefce71bce378: xfs: fix spurious spin_is_locked() assert failures on non-smp kernels (2017-06-08 08:23:07 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.12-fixes-5 for you to fetch changes up to eb5e248d502bec191bd99f04cae8b49992b3abde: xfs: don't allow bmap on rt files (2017-06-21 20:27:35 -0700) ---------------------------------------------------------------- Changes since last update: - don't allow swapon on files on the realtime device, because the swap code will swap pages out to blocks on the data device, thereby corrupting the filesystem ---------------------------------------------------------------- Darrick J. Wong (1): xfs: don't allow bmap on rt files fs/xfs/xfs_aops.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)