Re: [PATCH RFC] nvmet: fix tmpfs-based backstores support
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-19 17:02:51
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-19 17:02:51
The proper fix is to check if the file has FMODE_NOWAIT is set before using FMODE_NOWAIT for reads or writes, not to blindly disable it for reads.