Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231653
b: refs/heads/master
c: c2b3e74
h: refs/heads/master
i:
  231651: accd331
v: v3
  • Loading branch information
Steven Rostedt authored and Al Viro committed Jan 17, 2011
1 parent fa6d038 commit 86bff26
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: 2fe17c1075836b66678ed2a305fd09b6773883aa
refs/heads/master: c2b3e74b78b24cb367289a75a2bd30e569e56e0e
2 changes: 1 addition & 1 deletion trunk/include/linux/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern struct file *alloc_file(struct path *, fmode_t mode,

static inline void fput_light(struct file *file, int fput_needed)
{
if (unlikely(fput_needed))
if (fput_needed)
fput(file);
}

Expand Down

0 comments on commit 86bff26

Please sign in to comment.