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
Kirill Smelkov
linux
Commits
166148c4
Commit
166148c4
authored
Nov 18, 2002
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o smbfs: fixup header cleanups: forward declare struct sock, add include/uio.h
parent
cda23aec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
fs/smbfs/proto.h
fs/smbfs/proto.h
+1
-0
fs/smbfs/request.h
fs/smbfs/request.h
+2
-1
No files found.
fs/smbfs/proto.h
View file @
166148c4
...
...
@@ -3,6 +3,7 @@
*/
struct
smb_request
;
struct
sock
;
/* proc.c */
extern
int
smb_setcodepage
(
struct
smb_sb_info
*
server
,
struct
smb_nls_codepage
*
cp
);
...
...
fs/smbfs/request.h
View file @
166148c4
#include <linux/list.h>
#include <linux/types.h>
#include <linux/uio.h>
#include <linux/wait.h>
#include <linux/list.h>
struct
smb_request
{
struct
list_head
rq_queue
;
/* recvq or xmitq for the server */
...
...
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