diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 8c77039e7a81..776b41a16469 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -3397,7 +3397,7 @@ int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred) | |||
3397 | 3397 | ||
3398 | if (!atomic_inc_not_zero(&clp->cl_count)) | 3398 | if (!atomic_inc_not_zero(&clp->cl_count)) |
3399 | return -EIO; | 3399 | return -EIO; |
3400 | data = kmalloc(sizeof(*data), GFP_KERNEL); | 3400 | data = kmalloc(sizeof(*data), GFP_NOFS); |
3401 | if (data == NULL) | 3401 | if (data == NULL) |
3402 | return -ENOMEM; | 3402 | return -ENOMEM; |
3403 | data->client = clp; | 3403 | data->client = clp; |