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
nexedi
linux
Commits
bd01f843
Commit
bd01f843
authored
Oct 19, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] severing skbuff.h -> poll.h
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
a1f8e7f7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
1 deletion
+4
-1
fs/compat.c
fs/compat.c
+1
-0
fs/gfs2/locking/dlm/plock.c
fs/gfs2/locking/dlm/plock.c
+1
-0
include/linux/skbuff.h
include/linux/skbuff.h
+0
-1
include/net/inet_connection_sock.h
include/net/inet_connection_sock.h
+1
-0
include/net/udp.h
include/net/udp.h
+1
-0
No files found.
fs/compat.c
View file @
bd01f843
...
...
@@ -46,6 +46,7 @@
#include <linux/rwsem.h>
#include <linux/tsacct_kern.h>
#include <linux/highmem.h>
#include <linux/poll.h>
#include <linux/mm.h>
#include <net/sock.h>
/* siocdevprivate_ioctl */
...
...
fs/gfs2/locking/dlm/plock.c
View file @
bd01f843
...
...
@@ -8,6 +8,7 @@
#include <linux/miscdevice.h>
#include <linux/lock_dlm_plock.h>
#include <linux/poll.h>
#include "lock_dlm.h"
...
...
include/linux/skbuff.h
View file @
bd01f843
...
...
@@ -23,7 +23,6 @@
#include <asm/types.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/poll.h>
#include <linux/net.h>
#include <linux/textsearch.h>
#include <net/checksum.h>
...
...
include/net/inet_connection_sock.h
View file @
bd01f843
...
...
@@ -18,6 +18,7 @@
#include <linux/compiler.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/poll.h>
#include <net/inet_sock.h>
#include <net/request_sock.h>
...
...
include/net/udp.h
View file @
bd01f843
...
...
@@ -29,6 +29,7 @@
#include <net/ip.h>
#include <linux/ipv6.h>
#include <linux/seq_file.h>
#include <linux/poll.h>
/**
* struct udp_skb_cb - UDP(-Lite) private variables
...
...
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