[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <45f555f4-b694-ca8e-c088-f34dea9fc7c7@linux.com>
Date: Thu, 4 Feb 2021 13:12:11 +0300
From: Denis Efremov <efremov@...ux.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-block <linux-block@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jiri Kosina <jikos@...nel.org>, Kurt Garloff <kurt@...loff.de>
Subject: [GIT PULL] Floppy patch for 5.12
The following changes since commit 0d7389718c32ad6bb8bee7895c91e2418b6b26aa:
Merge tag 'nvme-5.21-2020-02-02' of git://git.infradead.org/nvme into for-5.12/drivers (2021-02-02 07:11:47 -0700)
are available in the Git repository at:
https://github.com/evdenis/linux-floppy tags/floppy-for-5.12
for you to fetch changes up to 8a0c014cd20516ade9654fc13b51345ec58e7be8:
floppy: reintroduce O_NDELAY fix (2021-02-04 13:00:24 +0300)
----------------------------------------------------------------
Floppy patch for 5.12
- O_NDELAY/O_NONBLOCK fix for floppy from Jiri Kosina.
libblkid is using O_NONBLOCK when probing devices.
This leads to pollution of kernel log with error
messages from floppy driver. Also the driver fails
a mount prior to being opened without O_NONBLOCK
at least once. The patch fixes the issues.
Signed-off-by: Denis Efremov <efremov@...ux.com>
----------------------------------------------------------------
Jiri Kosina (1):
floppy: reintroduce O_NDELAY fix
drivers/block/floppy.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Powered by blists - more mailing lists