Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55b70a0300b873c0ec7ea6e33752af56f41250ce
Commit: 55b70a0300b873c0ec7ea6e33752af56f41250ce
Parent: bad2a524113075d1e0665f1e111283ab25135ade
Author: Trond Myklebust <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 21 12:02:22 2007 -0400
Committer: Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Sun Oct 21 13:37:07 2007 -0400
NFS: Fix a typo in nfs_call_unlink()
Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
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 ce558c2..233ad38 100644
--- a/fs/nfs/unlink.c
+++ b/fs/nfs/unlink.c
@@ -171,7 +171,7 @@ static int nfs_call_unlink(struct dentry *dentry, struct
nfs_unlinkdata *data)
if (parent == NULL)
goto out_free;
dir = parent->d_inode;
- if (nfs_copy_dname(dentry, data) == 0)
+ if (nfs_copy_dname(dentry, data) != 0)
goto out_dput;
/* Non-exclusive lock protects against concurrent lookup() calls */
spin_lock(&dir->i_lock);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html