Re: kdbus: add header file

From: Daniel Mack
Date: Fri Nov 21 2014 - 03:55:47 EST


Hi Harald,

On 11/21/2014 09:34 AM, Harald Hoyer wrote:
> On 21.11.2014 06:02, Greg Kroah-Hartman wrote:
>> From: Daniel Mack <daniel@xxxxxxxxxx>
>> â
>
>> +
>> +/**
>> + * enum kdbus_make_flags - Flags for KDBUS_CMD_{BUS,EP,NS}_MAKE
>> + * @KDBUS_MAKE_ACCESS_GROUP: Make the device node group-accessible
>> + * @KDBUS_MAKE_ACCESS_WORLD: Make the device node world-accessible
>> + */
>> +enum kdbus_make_flags {
>> + KDBUS_MAKE_ACCESS_GROUP = 1ULL << 0,
>> + KDBUS_MAKE_ACCESS_WORLD = 1ULL << 1,
>> +};
>> +
>
> "device node"

Yes, these are indeed oversights from the old implementation. Fixed now
upstream, along with the other details in kdbus.txt and some more
elsewhere in the tree.


Thanks,
Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/