summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-05 17:10:17 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-05 17:10:17 -0800
commit3669fa63b630a69899c9c7f0e1f1bd8f1fd218e3 (patch)
tree57502db190cc35fdab96122f7828271bcc66a5a7 /include
parent09a141fe03fb5deec3cf2ca343e918a992bdb41c (diff)
Use 'free_pipe_info()' helper function for pipe closedown.
This avoids having fs/fifo.c having to know anything about pipe data passing details, and cleans up the code.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pipe_fs_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h
index 407c0e0b3e84..ba955acdbb01 100644
--- a/include/linux/pipe_fs_i.h
+++ b/include/linux/pipe_fs_i.h
@@ -44,5 +44,6 @@ struct pipe_inode_info {
void pipe_wait(struct inode * inode);
struct inode* pipe_new(struct inode* inode);
+void free_pipe_info(struct inode* inode);
#endif