[BACK]Return to xfs_log.c CVS log [TXT][DIR] Up to [Development] / xfs-linux

File: [Development] / xfs-linux / xfs_log.c (download)

Revision 1.1, Fri Oct 29 00:19:49 1993 UTC (24 years ago) by ajs
Branch: MAIN

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);
}