commit | 1601ea068b886da1f8f8d4e18b9403e9e24adef6 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@wdc.com> | Mon Mar 15 12:43:55 2021 +0900 |
committer | Damien Le Moal <damien.lemoal@wdc.com> | Tue Mar 16 17:38:35 2021 +0900 |
tree | 388156bc65ac5c0168b7e1a10f8a383f39576247 | |
parent | 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 [diff] |
zonefs: prevent use of seq files as swap file The sequential write constraint of sequential zone file prevent their use as swap files. Only allow conventional zone files to be used as swap files. Fixes: 8dcc1a9d90c1 ("fs: New zonefs file system") Cc: <stable@vger.kernel.org> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>