]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfs: disable per-inode DAX flag
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Sep 2017 21:06:27 +0000 (14:06 -0700)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 20 Sep 2017 12:32:03 +0000 (07:32 -0500)
commit86f908df3f1b83a507d93da40916d49e1ed64f24
tree438d6795dfbce1a35c19a7c5cbf001bd8ccdfd85
parentbbd9eaf3e665d5bdd630a885feddf4c373d59f32
xfs: disable per-inode DAX flag

BugLink: http://bugs.launchpad.net/bugs/1718412
commit 742d84290739ae908f1b61b7d17ea382c8c0073a upstream.

Currently flag switching can be used to easily crash the kernel.  Disable
the per-inode DAX flag until that is sorted out.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/xfs/xfs_ioctl.c