[Libsysio-commit] HEAD: libsysio/src dev.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-05-05 16:35:42
|
Update of /cvsroot/libsysio/libsysio/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30476/src Modified Files: dev.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: dev.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/dev.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -b -B -p -r1.14 -r1.15 --- dev.c 14 Apr 2009 17:03:06 -0000 1.14 +++ dev.c 5 May 2009 16:35:29 -0000 1.15 @@ -36,7 +36,7 @@ * Lee Ward * Sandia National Laboratories, New Mexico * P.O. Box 5800 - * Albuquerque, NM 87185-1110 + * Albuquerque, NM 87185-1319 * * le...@sa... */ @@ -79,6 +79,7 @@ const struct inode_ops _sysio_nodev_ops #ifdef _HAVE_STATVFS _sysio_nodev_inop_statvfs, #endif + _sysio_nodev_inop_perms_check, _sysio_nodev_inop_gone }; |