staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stopped
authorIan Abbott <abbotti@mev.co.uk>
Fri, 19 Feb 2016 16:13:53 +0000 (16:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:25:58 +0000 (15:25 -0800)
commitbb0c6bfac7d4aebb6525b285ca03c4316d72647a
treeb5cdff77591079f778b5d02ae5b84735e21becf6
parent065785618c6712a39262e4183efce616f895e5ad
staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stopped

The `COMEDI_BUFINFO` ioctl is used to advance the current position in
the buffer by a specified amount (which can be 0) and get the new
position.  On input, the `bytes_written` member of `struct
comedi_bufinfo` specifies the amount to advance the "write" position for
an asynchronous command in the "write" direction.  On output, the member
indicates the amount the "write" position has actually been advanced.
Advancing the "write" position is current done even if the command has
stopped and cannot use any more written data.  Change it to force the
amount successfully written to 0 in that case.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c
This page took 0.02452 seconds and 5 git commands to generate.