X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-ioctl.c;h=a679429315828eef8e4cbe896b8cdfba00f5eda2;hb=8b3f6af86378d0a10ca2f1ded1da124aef13b62c;hp=7f77f18fcafa662e07139600716865780c1afcdc;hpb=83ebade34bc1a90d0c3f77b87b940f336d075fda;p=mv-sheeva.git diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 7f77f18fcaf..a6794293158 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c @@ -1532,7 +1532,7 @@ static const struct file_operations _ctl_fops = { static struct miscdevice _dm_misc = { .minor = MISC_DYNAMIC_MINOR, .name = DM_NAME, - .devnode = "mapper/control", + .nodename = "mapper/control", .fops = &_ctl_fops };