]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/cpuset.c
[PATCH] PG_uncached is ia64 only
[karo-tx-linux.git] / kernel / cpuset.c
index ab81fdd4572bb4b65dad432d69f58f222d3f1aee..77f45ffd5ea102499302233265c87b1b5d2ddc1a 100644 (file)
@@ -392,11 +392,11 @@ static int cpuset_fill_super(struct super_block *sb, void *unused_data,
        return 0;
 }
 
-static struct super_block *cpuset_get_sb(struct file_system_type *fs_type,
-                                       int flags, const char *unused_dev_name,
-                                       void *data)
+static int cpuset_get_sb(struct file_system_type *fs_type,
+                        int flags, const char *unused_dev_name,
+                        void *data, struct vfsmount *mnt)
 {
-       return get_sb_single(fs_type, flags, data, cpuset_fill_super);
+       return get_sb_single(fs_type, flags, data, cpuset_fill_super, mnt);
 }
 
 static struct file_system_type cpuset_fs_type = {