Mark the pipe file operations static
They aren't used (nor even really usable) outside of pipe.c anyway Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -1418,9 +1418,6 @@ extern int is_bad_inode(struct inode *);
|
||||
extern struct file_operations read_fifo_fops;
|
||||
extern struct file_operations write_fifo_fops;
|
||||
extern struct file_operations rdwr_fifo_fops;
|
||||
extern struct file_operations read_pipe_fops;
|
||||
extern struct file_operations write_pipe_fops;
|
||||
extern struct file_operations rdwr_pipe_fops;
|
||||
|
||||
extern int fs_may_remount_ro(struct super_block *);
|
||||
|
||||
|
Reference in New Issue
Block a user