Hi Olaf,
On Saturday 14 January 2006 22:06, Olaf Dietsche wrote:
[PATCH]
accessfs_readdir_aux() in fs/accessfs/inode.c
should set DT_REG, since accessfs supports just directories
and regular files. The directory is already handled before
in the sole caller of accessfs_readdir_aux().
This saves the superflous stat(2) call after readdir(2).
All in all I like the concept! It makes the life of admins
much easier.
Regards
Ingo Oeser
Ingo Oeser <[email protected]> writes:
> On Saturday 14 January 2006 22:06, Olaf Dietsche wrote:
> [PATCH]
>
> accessfs_readdir_aux() in fs/accessfs/inode.c
>
> should set DT_REG, since accessfs supports just directories
> and regular files. The directory is already handled before
> in the sole caller of accessfs_readdir_aux().
>
> This saves the superflous stat(2) call after readdir(2).
Thanks for this hint, it is much appreciated.
Regards, Olaf.
Olaf Dietsche wrote:
>This patch adds a new permission managing file system. Furthermore,
>it adds two modules, which make use of this file system.
>
>One module allows granting capabilities based on user-/groupid. The
>second module allows to grant access to lower numbered ports based on
>user-/groupid, too.
Any chance you will push this to Andrew and Linus in near future so we'll see
it in mainline?
Eike