From 7c712458669f203fb2c59af8aafea4c4767b4bc9 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 14 May 2019 15:35:44 +0100 Subject: afs: Don't save callback version and type fields Don't save callback version and type fields as the version is about the format of the callback information and the type is relative to the particular RPC call. Signed-off-by: David Howells --- fs/afs/super.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/afs/super.c') diff --git a/fs/afs/super.c b/fs/afs/super.c index f45a95eea237..a81c235f8c57 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -683,7 +683,6 @@ static struct inode *afs_alloc_inode(struct super_block *sb) #endif vnode->flags = 1 << AFS_VNODE_UNSET; - vnode->cb_type = 0; vnode->lock_state = AFS_VNODE_LOCK_NONE; init_rwsem(&vnode->rmdir_lock); -- cgit v1.2.3