On Mon, 08 May 2023 07:44:05 -0700, Christoph Hellwig wrote: > def_blk_fops always returns -ENODEV, which dosn't match the return value > of a non-existing block device with CONFIG_BLOCK, which is -ENXIO. > Just remove the extra implementation and fall back to the default > no_open_fops that always returns -ENXIO. > > Applied, thanks! [1/1] fs: remove the special !CONFIG_BLOCK def_blk_fops commit: bda2795a630b2f6c417675bfbf4d90ef7503dfc7 Best regards, -- Jens Axboe