Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
75e8727f
Commit
75e8727f
authored
19 years ago
by
Linus Torvalds
Browse files
Options
Downloads
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
parents
d3e5d291
1f07247d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/decnet/dn_neigh.c
+1
-1
1 addition, 1 deletion
net/decnet/dn_neigh.c
with
1 addition
and
1 deletion
net/decnet/dn_neigh.c
+
1
−
1
View file @
75e8727f
...
@@ -148,12 +148,12 @@ static int dn_neigh_construct(struct neighbour *neigh)
...
@@ -148,12 +148,12 @@ static int dn_neigh_construct(struct neighbour *neigh)
__neigh_parms_put
(
neigh
->
parms
);
__neigh_parms_put
(
neigh
->
parms
);
neigh
->
parms
=
neigh_parms_clone
(
parms
);
neigh
->
parms
=
neigh_parms_clone
(
parms
);
rcu_read_unlock
();
if
(
dn_db
->
use_long
)
if
(
dn_db
->
use_long
)
neigh
->
ops
=
&
dn_long_ops
;
neigh
->
ops
=
&
dn_long_ops
;
else
else
neigh
->
ops
=
&
dn_short_ops
;
neigh
->
ops
=
&
dn_short_ops
;
rcu_read_unlock
();
if
(
dn
->
flags
&
DN_NDFLAG_P3
)
if
(
dn
->
flags
&
DN_NDFLAG_P3
)
neigh
->
ops
=
&
dn_phase3_ops
;
neigh
->
ops
=
&
dn_phase3_ops
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment