[Libsysio-commit] HEAD: libsysio/drivers/native fs_native.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-05-05 16:35:34
|
Update of /cvsroot/libsysio/libsysio/drivers/native In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30476/drivers/native Modified Files: fs_native.c Log Message: Modified to reflect the new, required, perms_check operation. The generic dev returns -EBADF, of course. The incore and native drivers just use the default core policy routine. Index: fs_native.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/native/fs_native.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -w -b -B -p -r1.71 -r1.72 --- fs_native.c 10 Apr 2009 21:33:55 -0000 1.71 +++ fs_native.c 5 May 2009 16:35:29 -0000 1.72 @@ -224,6 +224,7 @@ static struct inode_ops native_i_ops = { #ifdef _HAVE_STATVFS native_inop_statvfs, #endif + _sysio_p_generic_perms_check, native_inop_gone }; |