Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231654
b: refs/heads/master
c: 3bc0ba4
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Al Viro committed Jan 17, 2011
1 parent 86bff26 commit bfe07a2
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: c2b3e74b78b24cb367289a75a2bd30e569e56e0e
refs/heads/master: 3bc0ba4305fa99b32caac8c60df84a2f14fce228
2 changes: 1 addition & 1 deletion trunk/fs/file_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed)
struct files_struct *files = current->files;

*fput_needed = 0;
if (likely((atomic_read(&files->count) == 1))) {
if (atomic_read(&files->count) == 1) {
file = fcheck_files(files, fd);
} else {
rcu_read_lock();
Expand Down

0 comments on commit bfe07a2

Please sign in to comment.