diff options
| author | Linus Torvalds <[email protected]> | 2010-11-28 22:09:57 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-11-28 22:09:57 +0000 |
| commit | c66fb347946ebdd5b10908866ecc9fa05ee2cf3d (patch) | |
| tree | 1891142352d75dcf58a1e90d8dde4d4a99c6e266 /lib/dynamic_debug.c | |
| parent | Rename 'pipe_info()' to 'get_pipe_info()' (diff) | |
| download | kernel-c66fb347946ebdd5b10908866ecc9fa05ee2cf3d.tar.gz kernel-c66fb347946ebdd5b10908866ecc9fa05ee2cf3d.zip | |
Export 'get_pipe_info()' to other users
And in particular, use it in 'pipe_fcntl()'.
The other pipe functions do not need to use the 'careful' version, since
they are only ever called for things that are already known to be pipes.
The normal read/write/ioctl functions are called through the file
operations structures, so if a file isn't a pipe, they'd never get
called. But pipe_fcntl() is special, and called directly from the
generic fcntl code, and needs to use the same careful function that the
splice code is using.
Cc: Jens Axboe <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Dave Jones <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
