diff options
| author | Eric W. Biederman <ebiederm@xmission.com> | 2006-12-13 03:35:10 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:53 -0500 |
| commit | a71113da44063b587b5a4c2fc94c948a14f2bb43 (patch) | |
| tree | c2b804232dcda3e403d43977e7329c21e787e242 /include/linux | |
| parent | 3cec556a84be02bcd8755422eec61f1b9bee4e2f (diff) | |
[PATCH] smbfs: Make conn_pid a struct pid
smbfs keeps track of the user space server process in conn_pid. This converts
that track to use a struct pid instead of pid_t. This keeps us safe from pid
wrap around issues and prepares the way for the pid namespace.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/smb_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/smb_fs_sb.h b/include/linux/smb_fs_sb.h index 5b4ae2cc445c..3aa97aa4277f 100644 --- a/include/linux/smb_fs_sb.h +++ b/include/linux/smb_fs_sb.h | |||
| @@ -55,7 +55,7 @@ struct smb_sb_info { | |||
| 55 | * generation is incremented. | 55 | * generation is incremented. |
| 56 | */ | 56 | */ |
| 57 | unsigned int generation; | 57 | unsigned int generation; |
| 58 | pid_t conn_pid; | 58 | struct pid *conn_pid; |
| 59 | struct smb_conn_opt opt; | 59 | struct smb_conn_opt opt; |
| 60 | wait_queue_head_t conn_wq; | 60 | wait_queue_head_t conn_wq; |
| 61 | int conn_complete; | 61 | int conn_complete; |
