]> err.no Git - linux-2.6/blobdiff - fs/openpromfs/inode.c
[PATCH] tightening hugetlb strict accounting
[linux-2.6] / fs / openpromfs / inode.c
index 0f14276a2e510de843ad4c6877c9aa5bd469ce0a..464e2bce02030618779cb39e6f751679d1b8f538 100644 (file)
@@ -1054,10 +1054,10 @@ out_no_root:
        return -ENOMEM;
 }
 
-static struct super_block *openprom_get_sb(struct file_system_type *fs_type,
-       int flags, const char *dev_name, void *data)
+static int openprom_get_sb(struct file_system_type *fs_type,
+       int flags, const char *dev_name, void *data, struct vfsmount *mnt)
 {
-       return get_sb_single(fs_type, flags, data, openprom_fill_super);
+       return get_sb_single(fs_type, flags, data, openprom_fill_super, mnt);
 }
 
 static struct file_system_type openprom_fs_type = {