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

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

Revision 1.3, Sat Nov 6 22:06:11 1993 UTC (23 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.2: +1 -1 lines

Get rid of nested includes.

#include <sys/types.h>
#include <sys/buf.h>
#include <sys/vnode.h>
#include "xfs_inum.h"
#include "xfs.h"
#include "xfs_trans.h"

int
xfs_log_reserve(struct xfs_mount *mp, int reserve, int flags)
{
	return (1);
}