Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
27059746
Commit
27059746
authored
Feb 09, 2011
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
parents
263fb5b1
7c9989a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
net/netfilter/ipvs/ip_vs_proto_sctp.c
net/netfilter/ipvs/ip_vs_proto_sctp.c
+1
-1
net/netfilter/ipvs/ip_vs_sync.c
net/netfilter/ipvs/ip_vs_sync.c
+1
-1
No files found.
net/netfilter/ipvs/ip_vs_proto_sctp.c
View file @
27059746
...
...
@@ -1101,7 +1101,7 @@ static void __ip_vs_sctp_init(struct net *net, struct ip_vs_proto_data *pd)
struct
netns_ipvs
*
ipvs
=
net_ipvs
(
net
);
ip_vs_init_hash_table
(
ipvs
->
sctp_apps
,
SCTP_APP_TAB_SIZE
);
spin_lock_init
(
&
ipvs
->
tc
p_app_lock
);
spin_lock_init
(
&
ipvs
->
sct
p_app_lock
);
pd
->
timeout_table
=
ip_vs_create_timeout_table
((
int
*
)
sctp_timeouts
,
sizeof
(
sctp_timeouts
));
}
...
...
net/netfilter/ipvs/ip_vs_sync.c
View file @
27059746
...
...
@@ -392,7 +392,7 @@ void ip_vs_sync_switch_mode(struct net *net, int mode)
{
struct
netns_ipvs
*
ipvs
=
net_ipvs
(
net
);
if
(
!
ipvs
->
sync_state
&
IP_VS_STATE_MASTER
)
if
(
!
(
ipvs
->
sync_state
&
IP_VS_STATE_MASTER
)
)
return
;
if
(
mode
==
ipvs
->
sysctl_sync_ver
||
!
ipvs
->
sync_buff
)
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment