diff options
| author | David S. Miller <davem@davemloft.net> | 2012-08-24 18:54:37 -0400 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-08-24 18:54:37 -0400 | 
| commit | e6acb384807406c1a6ad3ddc91191f7658e63b7a (patch) | |
| tree | 7906d1bb402ac30e4efaa1bc6451b1c7a4b6e768 /include/net/tcp.h | |
| parent | 255e87657a84e21986e5d9070f3dee4aa8d1d531 (diff) | |
| parent | 898132ae76d1aeb52301f10e8795c34fbb54e853 (diff) | |
| download | olio-linux-3.10-e6acb384807406c1a6ad3ddc91191f7658e63b7a.tar.xz olio-linux-3.10-e6acb384807406c1a6ad3ddc91191f7658e63b7a.zip  | |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
This is an initial merge in of Eric Biederman's work to start adding
user namespace support to the networking.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
| -rw-r--r-- | include/net/tcp.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 1f000ffe707..9a0021d16d9 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -1510,7 +1510,8 @@ struct tcp_iter_state {  	sa_family_t		family;  	enum tcp_seq_states	state;  	struct sock		*syn_wait_sk; -	int			bucket, offset, sbucket, num, uid; +	int			bucket, offset, sbucket, num; +	kuid_t			uid;  	loff_t			last_pos;  };  |