|
|
| File: [Development] / xfs-linux / Attic / oplockstubs.c (download)
Revision 1.1, Thu Sep 2 18:49:02 1999 UTC (18 years, 1 month ago) by mostek
Just stub out the oplock code for now. |
/* oplocks are not included in Mini Root */
#include <sys/errno.h>
int
oplock_fcntl()
{
return (EINVAL);
}
void
oplock_fs_create()
{
return;
}
#ifdef CELL_CAPABLE
void
oplock_cxfs_check() { }
int
oplock_cxfs_req()
{
return(0);
}
#endif /* CELL_CAPABLE */