Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327614
b: refs/heads/master
c: 3afa6d0
h: refs/heads/master
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Aug 24, 2012
1 parent d235373 commit aa39647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6e94e392fddb8845bdd2e199f55ebf7d76cb58d
refs/heads/master: 3afa6d00fb4f9712fbb44b63ba31f88b6f9239fe
2 changes: 1 addition & 1 deletion trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ void sock_update_classid(struct sock *sk)
rcu_read_lock(); /* doing current task, which cannot vanish. */
classid = task_cls_classid(current);
rcu_read_unlock();
if (classid && classid != sk->sk_classid)
if (classid != sk->sk_classid)
sk->sk_classid = classid;
}
EXPORT_SYMBOL(sock_update_classid);
Expand Down

0 comments on commit aa39647

Please sign in to comment.