[Libsysio-commit] HEAD: libsysio/src rw.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-11-30 18:10:39
|
Update of /cvsroot/libsysio/libsysio/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18030/src Modified Files: rw.c Log Message: This "last chance check for read-only" change should not have crept in yet. Reverting. Index: rw.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/rw.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -w -b -B -p -r1.27 -r1.28 --- rw.c 20 Nov 2007 18:06:20 -0000 1.27 +++ rw.c 30 Nov 2007 18:10:33 -0000 1.28 @@ -80,9 +80,6 @@ _sysio_post_io(int (*f)(struct inode *in assert(f != NULL && pno->p_base->pb_ino != NULL); - if (IS_RDONLY(pno)) - return -EROFS; - /* * Get new IO context. */ |