diff options
Diffstat (limited to 'include/linux/pipe_fs_i.h')
-rw-r--r-- | include/linux/pipe_fs_i.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index 2dc5e9870fcd..5a3bb3b7c9ad 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h | |||
@@ -167,10 +167,9 @@ void pipe_lock(struct pipe_inode_info *); | |||
167 | void pipe_unlock(struct pipe_inode_info *); | 167 | void pipe_unlock(struct pipe_inode_info *); |
168 | void pipe_double_lock(struct pipe_inode_info *, struct pipe_inode_info *); | 168 | void pipe_double_lock(struct pipe_inode_info *, struct pipe_inode_info *); |
169 | 169 | ||
170 | extern unsigned int pipe_max_size, pipe_min_size; | 170 | extern unsigned int pipe_max_size; |
171 | extern unsigned long pipe_user_pages_hard; | 171 | extern unsigned long pipe_user_pages_hard; |
172 | extern unsigned long pipe_user_pages_soft; | 172 | extern unsigned long pipe_user_pages_soft; |
173 | int pipe_proc_fn(struct ctl_table *, int, void __user *, size_t *, loff_t *); | ||
174 | 173 | ||
175 | /* Drop the inode semaphore and wait for a pipe event, atomically */ | 174 | /* Drop the inode semaphore and wait for a pipe event, atomically */ |
176 | void pipe_wait(struct pipe_inode_info *pipe); | 175 | void pipe_wait(struct pipe_inode_info *pipe); |
@@ -191,6 +190,6 @@ long pipe_fcntl(struct file *, unsigned int, unsigned long arg); | |||
191 | struct pipe_inode_info *get_pipe_info(struct file *file); | 190 | struct pipe_inode_info *get_pipe_info(struct file *file); |
192 | 191 | ||
193 | int create_pipe_files(struct file **, int); | 192 | int create_pipe_files(struct file **, int); |
194 | unsigned int round_pipe_size(unsigned int size); | 193 | unsigned int round_pipe_size(unsigned long size); |
195 | 194 | ||
196 | #endif | 195 | #endif |