X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fafs%2Fsuper.c;h=1fb4a5129f7dfc0007dfa52f287ca03766feeff0;hb=6724af486903df57338c14424e02599e371cf563;hp=c4861557e38573796dd20237ff90938ee5f1429e;hpb=736a2dd2571ac56b11ed95a7814d838d5311be04;p=karo-tx-linux.git diff --git a/fs/afs/super.c b/fs/afs/super.c index c4861557e385..1fb4a5129f7d 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -529,7 +529,7 @@ static void afs_destroy_inode(struct inode *inode) static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) { struct afs_volume_status vs; - struct afs_vnode *vnode = AFS_FS_I(dentry->d_inode); + struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); struct key *key; int ret;