]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/md/dm-ioctl.c
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen...
[mv-sheeva.git] / drivers / md / dm-ioctl.c
index 7f77f18fcafa662e07139600716865780c1afcdc..a679429315828eef8e4cbe896b8cdfba00f5eda2 100644 (file)
@@ -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
 };