Re: [PATCH/RFC 22/48] media: Add per-file-handle data support

2015-12-18 Thread Sakari Ailus
Hi Laurent, Thanks for the set! On Thu, Dec 17, 2015 at 10:40:00AM +0200, Laurent Pinchart wrote: > The media devnode core associates devnodes with files by storing the > devnode pointer in the file structure private_data field. In order to > allow tracking of per-file-handle data introduce a new

[PATCH/RFC 22/48] media: Add per-file-handle data support

2015-12-17 Thread Laurent Pinchart
The media devnode core associates devnodes with files by storing the devnode pointer in the file structure private_data field. In order to allow tracking of per-file-handle data introduce a new media devnode file handle structure that stores the devnode pointer, and store a pointer to that structur