diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-08 13:55:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-08 13:55:14 -0800 |
commit | e2b6d02cca533715d6be40fdfc32d3cc47333358 (patch) | |
tree | 0b5acc01e1d464f4bd9c133f7cee0de3df7cbc61 /fs | |
parent | 9035a6450d124a7787e5e3272b630a79d201555f (diff) | |
parent | 56335936de1a41c8978fde62b2158af77ddc7258 (diff) | |
download | op-kernel-dev-e2b6d02cca533715d6be40fdfc32d3cc47333358.zip op-kernel-dev-e2b6d02cca533715d6be40fdfc32d3cc47333358.tar.gz |
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
* 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
nfs: fix oops in nfs_rename()
sunrpc: fix build-time warning
sunrpc: on successful gss error pipe write, don't return error
SUNRPC: Fix the return value in gss_import_sec_context()
SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 2c5ace4..3c7f03b 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c @@ -1615,6 +1615,7 @@ static int nfs_rename(struct inode *old_dir, struct dentry *old_dentry, goto out; new_dentry = dentry; + rehash = NULL; new_inode = NULL; } } |