diff options
Diffstat (limited to 'fs/nfs/unlink.c')
-rw-r--r-- | fs/nfs/unlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c index 8fe9eb47a97f..e313a51acdd1 100644 --- a/fs/nfs/unlink.c +++ b/fs/nfs/unlink.c | |||
@@ -429,7 +429,7 @@ nfs_async_rename(struct inode *old_dir, struct inode *new_dir, | |||
429 | data = kzalloc(sizeof(*data), GFP_KERNEL); | 429 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
430 | if (data == NULL) | 430 | if (data == NULL) |
431 | return ERR_PTR(-ENOMEM); | 431 | return ERR_PTR(-ENOMEM); |
432 | task_setup_data.callback_data = data, | 432 | task_setup_data.callback_data = data; |
433 | 433 | ||
434 | data->cred = rpc_lookup_cred(); | 434 | data->cred = rpc_lookup_cred(); |
435 | if (IS_ERR(data->cred)) { | 435 | if (IS_ERR(data->cred)) { |