Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111150
b: refs/heads/master
c: 74553b1
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Sep 24, 2008
1 parent c72e962 commit 34a38f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d81523480c8c5b07a4899a084b3f4264a575184
refs/heads/master: 74553b1b6a8556e08757b4bce537fd8332b93898
2 changes: 1 addition & 1 deletion trunk/fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ int cifs_rename(struct inode *source_inode, struct dentry *source_direntry,
info_buf_source =
kmalloc(2 * sizeof(FILE_UNIX_BASIC_INFO),
GFP_KERNEL);
if (info_buf_source != NULL)
if (info_buf_source == NULL)
goto unlink_target;

info_buf_target = info_buf_source + 1;
Expand Down

0 comments on commit 34a38f0

Please sign in to comment.