diff options
| author | 2011-01-12 14:47:21 +0900 | |
|---|---|---|
| committer | 2011-01-12 14:47:21 +0900 | |
| commit | 53582c4c508a95ece9f7c907edef9911c7eb79eb (patch) | |
| tree | c099e9880f7bf7d60e87dfa6a19cb4e8780ec860 /fs/nfs/unlink.c | |
| parent | ARM: mach-shmobile: mackerel: Add touchscreen ST1232 support (diff) | |
| parent | ARM: mach-shmobile: sh7372 Enable SDIO IRQs for Mackerel (diff) | |
| download | wireguard-linux-53582c4c508a95ece9f7c907edef9911c7eb79eb.tar.xz wireguard-linux-53582c4c508a95ece9f7c907edef9911c7eb79eb.zip | |
Merge branch 'rmobile/sdio' into rmobile-latest
Diffstat (limited to '')
| -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, data = kzalloc(sizeof(*data), GFP_KERNEL); if (data == NULL) return ERR_PTR(-ENOMEM); - task_setup_data.callback_data = data, + task_setup_data.callback_data = data; data->cred = rpc_lookup_cred(); if (IS_ERR(data->cred)) { |
