aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pipe_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pipe_fs_i.h')
-rw-r--r--include/linux/pipe_fs_i.h5
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 *);
167void pipe_unlock(struct pipe_inode_info *); 167void pipe_unlock(struct pipe_inode_info *);
168void pipe_double_lock(struct pipe_inode_info *, struct pipe_inode_info *); 168void pipe_double_lock(struct pipe_inode_info *, struct pipe_inode_info *);
169 169
170extern unsigned int pipe_max_size, pipe_min_size; 170extern unsigned int pipe_max_size;
171extern unsigned long pipe_user_pages_hard; 171extern unsigned long pipe_user_pages_hard;
172extern unsigned long pipe_user_pages_soft; 172extern unsigned long pipe_user_pages_soft;
173int 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 */
176void pipe_wait(struct pipe_inode_info *pipe); 175void pipe_wait(struct pipe_inode_info *pipe);
@@ -191,6 +190,6 @@ long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
191struct pipe_inode_info *get_pipe_info(struct file *file); 190struct pipe_inode_info *get_pipe_info(struct file *file);
192 191
193int create_pipe_files(struct file **, int); 192int create_pipe_files(struct file **, int);
194unsigned int round_pipe_size(unsigned int size); 193unsigned int round_pipe_size(unsigned long size);
195 194
196#endif 195#endif