projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reiserfs: add atomic addition of selinux attributes during inode creation
[linux-2.6]
/
include
/
linux
/
thread_info.h
diff --git
a/include/linux/thread_info.h
b/include/linux/thread_info.h
index
38a5647
..
e6b820f
100644
(file)
--- a/
include/linux/thread_info.h
+++ b/
include/linux/thread_info.h
@@
-38,6
+38,14
@@
struct restart_block {
#endif
u64 expires;
} nanosleep;
+ /* For poll */
+ struct {
+ struct pollfd __user *ufds;
+ int nfds;
+ int has_timeout;
+ unsigned long tv_sec;
+ unsigned long tv_nsec;
+ } poll;
};
};