diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index ed7da820d4bfdba1c5ca6237c51fd5aaa50a9544..45b38ee4813c10ea2ec4075e29f900c5b0b3cb8a 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -1545,7 +1545,7 @@ static int update_open_stateid(struct nfs4_state *state,
 	struct nfs_client *clp = server->nfs_client;
 	struct nfs_inode *nfsi = NFS_I(state->inode);
 	struct nfs_delegation *deleg_cur;
-	nfs4_stateid freeme = {0};
+	nfs4_stateid freeme = { };
 	int ret = 0;
 
 	fmode &= (FMODE_READ|FMODE_WRITE);