aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/sync_file.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20dma-buf/sync_file: fix documentation errorEmilio López1-8/+5
The ioctl name and description on the documentation block don't match the ioctl being defined. This was probably overlooked while renaming the ioctls during the sync file destaging. This patch provides a more accurate description of what the ioctl actually does. Signed-off-by: Emilio López <[email protected]> Reviewed-by: Gustavo Padovan <[email protected]> Signed-off-by: Sumit Semwal <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan1-0/+100
Move sync_file headers file to include/ dir. Signed-off-by: Gustavo Padovan <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>