Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b492b852 authored by NeilBrown's avatar NeilBrown
Browse files

md: don't use locked_ioctl.



md has no need for the BKL - it does its own locking.
So md_ioctl doesn't need to be a locked_ioctl.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 7a91ee1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5567,7 +5567,7 @@ static struct block_device_operations md_fops =
	.owner		= THIS_MODULE,
	.open		= md_open,
	.release	= md_release,
	.locked_ioctl	= md_ioctl,
	.ioctl		= md_ioctl,
	.getgeo		= md_getgeo,
	.media_changed	= md_media_changed,
	.revalidate_disk= md_revalidate,