diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-07 21:14:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-07 21:14:30 -0700 |
| commit | b79675e15a754ca51b9fc631e0961ccdd4ec3fc7 (patch) | |
| tree | 7df53cef573ef848ba5005475d66dae47ee3cde1 /include/linux/socket.h | |
| parent | d57b2b5bc4301f37d1b07e3351d575bd634c7300 (diff) | |
| parent | 6414e9b09ffd197803f8e86ce2fafdaf1de4e8e4 (diff) | |
| download | cachepc-linux-b79675e15a754ca51b9fc631e0961ccdd4ec3fc7.tar.gz cachepc-linux-b79675e15a754ca51b9fc631e0961ccdd4ec3fc7.zip | |
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull misc vfs updates from Al Viro:
"No common topic whatsoever in those, sorry"
* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fs: define inode flags using bit numbers
iov_iter: Move unnecessary inclusion of crypto/hash.h
dlmfs: clean up dlmfs_file_{read,write}() a bit
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 04d2bc97f497..e9cb30d8cbfb 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -10,6 +10,7 @@ #include <linux/compiler.h> /* __user */ #include <uapi/linux/socket.h> +struct file; struct pid; struct cred; struct socket; |
