aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex-debug.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-11-28 14:09:57 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-11-28 14:09:57 -0800
commitc66fb347946ebdd5b10908866ecc9fa05ee2cf3d (patch)
tree1891142352d75dcf58a1e90d8dde4d4a99c6e266 /kernel/rtmutex-debug.c
parentRename 'pipe_info()' to 'get_pipe_info()' (diff)
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 <jaxboe@fusionio.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Dave Jones <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions
a>Paolo Valente1-264/+566 2012-11-07pkt_sched: enable QFQ to support TSO/GSOPaolo Valente1-30/+79 2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4 2012-09-27pkt_sched: Fix warning false positives.David S. Miller1-1/+1 2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente1-1/+4 2012-08-08sched: add missing group change to qfq_change_classPaolo Valente1-26/+69 2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+3 2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2 2012-01-03sch_qfq: accurate wsum handlingEric Dumazet1-8/+9 2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet1-2/+2 2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger1-0/+1137