diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:13:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:13:52 -0800 |
| commit | ed6eefe4382ab3a72d70922d401b7c8003513f13 (patch) | |
| tree | 02530a3e9ad5144240f04d6455f9c0184b72132c /include/net | |
| parent | 24579a8815132babf322c6d73608ce31f9b28ac8 (diff) | |
v2.4.3.6 -> v2.4.3.7
- Johannes Erdfelt: USB updates
- David Howells: more rw-sem stuff
- David Miller: network callback cleanups and fixes
- Jan Harkes: make Coda use the proper VFS layer interfaces, so that it can use
"non-traditional-unix" filesystems without inode numbers for backing store.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index f746f13b4e39..bc2a1192e50b 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -539,7 +539,9 @@ struct sock { bsdism; unsigned char debug; unsigned char rcvtstamp; + unsigned char use_write_queue; unsigned char userlocks; + /* Hole of 3 bytes. Try to pack. */ int route_caps; int proc; unsigned long lingertime; |
