Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74224
b: refs/heads/master
c: 218ad12
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Herbert Xu committed Nov 26, 2007
1 parent 4db20cc commit a798826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8053fc3de720e1027d690f892ff7d7c1737fdd9d
refs/heads/master: 218ad12f42e0b6207105cde8fd13017d1ed449e4
3 changes: 1 addition & 2 deletions trunk/include/net/inet_hashtables.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo)
if (size > PAGE_SIZE)
vfree(hashinfo->ehash_locks);
else
#else
kfree(hashinfo->ehash_locks);
#endif
kfree(hashinfo->ehash_locks);
hashinfo->ehash_locks = NULL;
}
}
Expand Down

0 comments on commit a798826

Please sign in to comment.