|
|
| File: [Development] / xfs-linux / Attic / xfs_dmapi.c (download)
Revision 1.1, Mon Aug 11 15:39:59 1997 UTC (20 years, 2 months ago) by kcm
Add support for xfs specific DMAPI routines. |
/* Stub routines needed for X/open DMAPI implementation.
* This is duplicated from kern/stubs/xfsdmapistubs.c
*/
extern int nopkg(void);
int xfs_dm_fcntl() { return nopkg(); }
int xfs_dm_send_create_event() { return 0; }
int xfs_dm_send_data_event() { return nopkg(); }