diff options
| author | David S. Miller <davem@davemloft.net> | 2009-12-05 15:22:26 -0800 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-12-05 15:22:26 -0800 | 
| commit | 28b4d5cc17c20786848cdc07b7ea237a309776bb (patch) | |
| tree | bae406a4b17229dcce7c11be5073f7a67665e477 /include/linux/init_task.h | |
| parent | d29cecda036f251aee4947f47eea0fe9ed8cc931 (diff) | |
| parent | 96fa2b508d2d3fe040cf4ef2fffb955f0a537ea1 (diff) | |
| download | olio-linux-3.10-28b4d5cc17c20786848cdc07b7ea237a309776bb.tar.xz olio-linux-3.10-28b4d5cc17c20786848cdc07b7ea237a309776bb.zip  | |
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Conflicts:
	drivers/net/pcmcia/fmvj18x_cs.c
	drivers/net/pcmcia/nmclan_cs.c
	drivers/net/pcmcia/xirc2ps_cs.c
	drivers/net/wireless/ray_cs.c
Diffstat (limited to 'include/linux/init_task.h')
| -rw-r--r-- | include/linux/init_task.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 21a6f5d9af2..8d10aa7fd4c 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -83,16 +83,12 @@ extern struct group_info init_groups;  #define INIT_IDS  #endif -#ifdef CONFIG_SECURITY_FILE_CAPABILITIES  /*   * Because of the reduced scope of CAP_SETPCAP when filesystem   * capabilities are in effect, it is safe to allow CAP_SETPCAP to   * be available in the default configuration.   */  # define CAP_INIT_BSET  CAP_FULL_SET -#else -# define CAP_INIT_BSET  CAP_INIT_EFF_SET -#endif  #ifdef CONFIG_TREE_PREEMPT_RCU  #define INIT_TASK_RCU_PREEMPT(tsk)					\  |