lkml.org 
[lkml]   [2022]   [Sep]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] nfs/nfs4state: Clear pointer locations initialize assignment
Date
The pointer locations are assigned first, they can be uninitialized.

Signed-off-by: Li kunyu <kunyu@nfschina.com>
---
fs/nfs/nfs4state.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 9bab3e9c702a..96eca7c4e486 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -2099,7 +2099,7 @@ static int nfs4_purge_lease(struct nfs_client *clp)
static int nfs4_try_migration(struct nfs_server *server, const struct cred *cred)
{
struct nfs_client *clp = server->nfs_client;
- struct nfs4_fs_locations *locations = NULL;
+ struct nfs4_fs_locations *locations;
struct inode *inode;
struct page *page;
int status, result;
--
2.18.2
\
 
 \ /
  Last update: 2022-09-06 10:37    [W:0.032 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site