X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Faffs%2Fsuper.c;fp=fs%2Faffs%2Fsuper.c;h=4c5f30a833362a67d8fbec022746ba06b87390fb;hp=c609005a9eaaa6d6c3b466f793218b723b37ad33;hb=fd60b28842df833477c42da6a6d63d0d114a5fcc;hpb=8b9f3ac5b01db85c6cf74c2c3a71280cc3045c9c;ds=sidebyside diff --git a/fs/affs/super.c b/fs/affs/super.c index c609005a9eaa..4c5f30a83336 100644 --- a/fs/affs/super.c +++ b/fs/affs/super.c @@ -100,7 +100,7 @@ static struct inode *affs_alloc_inode(struct super_block *sb) { struct affs_inode_info *i; - i = kmem_cache_alloc(affs_inode_cachep, GFP_KERNEL); + i = alloc_inode_sb(sb, affs_inode_cachep, GFP_KERNEL); if (!i) return NULL;