X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fext2%2Fsuper.c;h=647cd888ac87c8933a168e3ff05ca6dbe201e786;hb=496aa8a98f5ab22ced46be5dc2087cdf3d029bd7;hp=ef50cbc792db94668b9d7deecc22c50076511fe4;hpb=a177ba3b7a08beef3f0fe74efa0f90701891945a;p=mv-sheeva.git diff --git a/fs/ext2/super.c b/fs/ext2/super.c index ef50cbc792d..647cd888ac8 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include "ext2.h" #include "xattr.h" @@ -158,7 +159,7 @@ static void ext2_destroy_inode(struct inode *inode) kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); } -static void init_once(struct kmem_cache * cachep, void *foo) +static void init_once(void *foo) { struct ext2_inode_info *ei = (struct ext2_inode_info *) foo; @@ -392,7 +393,7 @@ enum { Opt_usrquota, Opt_grpquota, Opt_reservation, Opt_noreservation }; -static match_table_t tokens = { +static const match_table_t tokens = { {Opt_bsd_df, "bsddf"}, {Opt_minix_df, "minixdf"}, {Opt_grpid, "grpid"},