[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <546EFE07.8070600@zonque.org>
Date: Fri, 21 Nov 2014 09:55:35 +0100
From: Daniel Mack <daniel@...que.org>
To: Harald Hoyer <harald.hoyer@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: kdbus: add header file
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@...que.org>
>> …
>
>> +
>> +/**
>> + * 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists