binder: Use wake up hint for synchronous transactions.
[linux-2.6/btrfs-unstable.git] / include / linux / ns_common.h
blob85a5c8c16be9a6cda644a09db8b43cd05a011871
1 #ifndef _LINUX_NS_COMMON_H
2 #define _LINUX_NS_COMMON_H
4 struct proc_ns_operations;
6 struct ns_common {
7 atomic_long_t stashed;
8 const struct proc_ns_operations *ops;
9 unsigned int inum;
12 #endif