dasd_format(): killing the last remaining user of ->bd_inode
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2024 00:43:56 +0000 (20:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 May 2024 06:36:56 +0000 (02:36 -0400)
commit463b3162c96dd5986adb5790ed889c785fefeede
treea874a77d69da6f25dc47a7acdeb69a61809fc3c7
parent338618338233a8567f48f70b228abca626ffb3ed
dasd_format(): killing the last remaining user of ->bd_inode

What happens here is almost certainly wrong.  However,
* it's the last remaining user of ->bd_inode anywhere in the tree
* it is *NOT* a fast path by any stretch of imagination

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/s390/block/dasd_ioctl.c