Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32957
b: refs/heads/master
c: 6ecbc4e
h: refs/heads/master
i:
  32955: de7e156
v: v3
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Jul 31, 2006
1 parent d37f45f commit 64637c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3ae192080cb4d007792d13522efa98ebe7f15475
refs/heads/master: 6ecbc4e1a395062a8e99e4f5fe328f6ba166d9c8
4 changes: 1 addition & 3 deletions trunk/fs/coda/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@ int coda_open(struct inode *coda_inode, struct file *coda_file)
coda_vfs_stat.open++;

cfi = kmalloc(sizeof(struct coda_file_info), GFP_KERNEL);
if (!cfi) {
unlock_kernel();
if (!cfi)
return -ENOMEM;
}

lock_kernel();

Expand Down

0 comments on commit 64637c4

Please sign in to comment.