Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201070
b: refs/heads/master
c: 844b9a8
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Linus Torvalds committed Jul 20, 2010
1 parent f86a3ae commit 7bc9989
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9d51a6b2487724e8713cd2794cf09ffeee5f6932
refs/heads/master: 844b9a8707f1fcf0482e0c52f44a555e799ccda6
3 changes: 2 additions & 1 deletion trunk/include/linux/fdtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ struct files_struct {
(rcu_dereference_check((fdtfd), \
rcu_read_lock_held() || \
lockdep_is_held(&(files)->file_lock) || \
atomic_read(&(files)->count) == 1))
atomic_read(&(files)->count) == 1 || \
rcu_my_thread_group_empty()))

#define files_fdtable(files) \
(rcu_dereference_check_fdtable((files), (files)->fdt))
Expand Down

0 comments on commit 7bc9989

Please sign in to comment.