sys/file.h: Expand struct file for drm/linux shim
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 28 Mar 2018 06:07:04 +0000 (08:07 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 28 Mar 2018 06:58:45 +0000 (08:58 +0200)
commit9a4d587bc3ffffeb9a5badc2c80c4f3b98a6fec8
tree826971f4ccbac35b4f7c27fae6ec5a1f553e1eab
parentad8b70e08d7600e3f4eb3b36556d4540b1a9c119
sys/file.h: Expand struct file for drm/linux shim

The struct file.private_data field will be used to pass drm_file information,
removing the need for some of the existing devfs cdevpriv code.

Distinct commit suggested-by: zrj
sys/sys/file.h