X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Flibfs.c;h=dcaf972cbf1b6d81f29e17d2a1fccd259a794777;hb=488f1d2d6cc9d665c9f09e4b54f77052732e3058;hp=09e1016eb774556c0e69a5a4129da275410565c5;hpb=7bb46a6734a7e1ad4beaecc11cae7ed3ff81d30f;p=pandora-kernel.git diff --git a/fs/libfs.c b/fs/libfs.c index 09e1016eb774..dcaf972cbf1b 100644 --- a/fs/libfs.c +++ b/fs/libfs.c @@ -489,7 +489,8 @@ int simple_write_end(struct file *file, struct address_space *mapping, * unique inode values later for this filesystem, then you must take care * to pass it an appropriate max_reserved value to avoid collisions. */ -int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files) +int simple_fill_super(struct super_block *s, unsigned long magic, + struct tree_descr *files) { struct inode *inode; struct dentry *root;