]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/inotify_user.c
ocfs2: do not send master requests to localhost
[linux-2.6-omap-h63xx.git] / fs / inotify_user.c
index 9e9931e2badde80d57629c479b4f415fceb7953a..f2386442adeeeafad47132049aea39284fc07d98 100644 (file)
@@ -672,11 +672,11 @@ out:
        return ret;
 }
 
-static struct super_block *
+static int
 inotify_get_sb(struct file_system_type *fs_type, int flags,
-              const char *dev_name, void *data)
+              const char *dev_name, void *data, struct vfsmount *mnt)
 {
-    return get_sb_pseudo(fs_type, "inotify", NULL, 0xBAD1DEA);
+       return get_sb_pseudo(fs_type, "inotify", NULL, 0xBAD1DEA, mnt);
 }
 
 static struct file_system_type inotify_fs_type = {