Re: [TOMOYO #10 (linux-next) 3/8] LSM adapter functions.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: KAMEZAWA Hiroyuki
Date: Wednesday, October 8, 2008 - 11:10 pm

Hi,

some nitpicks.

On Thu, 09 Oct 2008 13:28:17 +0900
Kentaro Takeda <takedakn@nttdata.co.jp> wrote:


What is this Version for ?
Is this exported to userland via some interface ?


It seems that you need a blanc line between variable declaration and
start of code, like this.

==
  char *name;
                                 << 
  if ((op & 6) == 0)
		return 0;
==

BTW, is this "6" need to be "6" rather than some readable macro ?

<snip>

This tmy_check_open_permission() is defiend in 7/8.
Because people uses "bisect" in these days, I think it's better to avoid
this kind of reversed dependency of patch stack.


Thanks,
-Kame


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[TOMOYO #10 (linux-next) 3/8] LSM adapter functions., Kentaro Takeda, (Wed Oct 8, 9:28 pm)
Re: [TOMOYO #10 (linux-next) 3/8] LSM adapter functions., KAMEZAWA Hiroyuki, (Wed Oct 8, 11:10 pm)
Re: [TOMOYO #10 (linux-next) 3/8] LSM adapter functions., Kentaro Takeda, (Wed Oct 8, 11:57 pm)