|
|
| File: [Development] / xfs-linux-nodel / xfs_log.c (download)
Revision 1.1, Fri Oct 29 00:19:49 1993 UTC (24 years ago) by ajs
Initial revision |
#include "types.h"
#include "xfs.h"
#include "sema.h"
#include "buf.h"
#include "vnode.h"
#include "xfs_trans.h"
int
xfs_log_reserve(struct xfs_mount *mp, int reserve, int flags)
{
return (1);
}