X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Ffreevxfs%2Fvxfs_super.c;fp=fs%2Ffreevxfs%2Fvxfs_super.c;h=6aa6fbe4f8ee9a5397408d59938140e38fa4c084;hb=e915fc497a8da551f32b7e5fda687eb4a10bc23b;hp=27f66d3e8a0413091ab58b3f0b85fae788a224fe;hpb=82ca76b6b160b6fce46f78c069f87fe1a4dc0778;p=mv-sheeva.git diff --git a/fs/freevxfs/vxfs_super.c b/fs/freevxfs/vxfs_super.c index 27f66d3e8a0..6aa6fbe4f8e 100644 --- a/fs/freevxfs/vxfs_super.c +++ b/fs/freevxfs/vxfs_super.c @@ -155,7 +155,7 @@ static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) sbp->s_flags |= MS_RDONLY; - infp = kcalloc(1, sizeof(*infp), GFP_KERNEL); + infp = kzalloc(sizeof(*infp), GFP_KERNEL); if (!infp) { printk(KERN_WARNING "vxfs: unable to allocate incore superblock\n"); return -ENOMEM;