diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-08 14:03:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-08 14:03:09 -0800 |
commit | a19cbd4bf258840ade3b6ee9e9256006d0644e09 (patch) | |
tree | b532fe78c5ecbe5c8e6aca8b7d6f704a24a52129 /include/linux | |
parent | 432e7c0dfe884b6ab1c32fd3f17c64c31d8fa7e2 (diff) |
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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e059da947007..0cc34b1c42c9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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 *); |