Files
linux/drivers/staging
Al Viro dcfadfa4ec new helper: __alloc_fd()
Essentially, alloc_fd() in a files_struct we own a reference to.
Most of the time wanting to use it is a sign of lousy API
design (such as android/binder).  It's *not* a general-purpose
interface; better that than open-coding its guts, but again,
playing with other process' descriptor table is a sign of bad
design.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-09-26 21:08:53 -04:00
..
2012-09-26 21:08:53 -04:00
2012-08-14 16:53:21 -07:00
2012-07-16 19:24:46 -07:00
2012-07-19 15:39:39 -07:00