commit | 7c69eb84d98a28c428f902318c20c53cf29c9084 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Feb 21 06:37:23 2020 -0800 |
committer | Damien Le Moal <damien.lemoal@wdc.com> | Wed Feb 26 16:57:35 2020 +0900 |
tree | 674f4411f5b60f68a8604e9fbf7192ff286382e7 | |
parent | 4c5fd3b791a06021084b42d5610400f846d206b5 [diff] |
zonefs: fix IOCB_NOWAIT handling IOCB_NOWAIT can't just be ignored as it breaks applications expecting it not to block. Just refuse the operation as applications must handle that (e.g. by falling back to a thread pool). Fixes: 8dcc1a9d90c1 ("fs: New zonefs file system") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>