Whamcloud - gitweb
- unland b_fid to HEAD
[fs/lustre-release.git] / lustre / smfs / ioctl.c
index 4faae61..f9d9c2c 100644 (file)
@@ -168,11 +168,10 @@ static struct file_operations smfscontrol_fops = {
         .open    = smfs_psdev_open,       /* open */
         .release = smfs_psdev_release,    /* release */
 };
-
 static struct miscdevice smfscontrol_dev = {
-        .minor         = SMFS_MINOR,
-        .name          = "smfscontrol",
-        .fops          = &smfscontrol_fops
+        minor:        SMFS_MINOR,
+        name:        "smfscontrol",
+        fops:        &smfscontrol_fops
 };
 
 int init_smfs_psdev(void)