xfs: reject swapext ioctl on swapfiles
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Feb 2009 18:56:00 +0000 (19:56 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Thu, 12 Feb 2009 18:56:00 +0000 (19:56 +0100)
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@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>

No differences found