vfs: switch ->show_options() to struct dentry *
[deliverable/linux.git] / drivers / usb / core / inode.c
index 2b60af2ce3ba6c9c8923c99cbb7073f49796946a..9e186f3da839c8d577438c447f60629153f89eab 100644 (file)
@@ -65,7 +65,7 @@ static umode_t devmode = USBFS_DEFAULT_DEVMODE;
 static umode_t busmode = USBFS_DEFAULT_BUSMODE;
 static umode_t listmode = USBFS_DEFAULT_LISTMODE;
 
-static int usbfs_show_options(struct seq_file *seq, struct vfsmount *mnt)
+static int usbfs_show_options(struct seq_file *seq, struct dentry *root)
 {
        if (devuid != 0)
                seq_printf(seq, ",devuid=%u", devuid);
This page took 0.026076 seconds and 5 git commands to generate.