|
|
| File: [Development] / linux-2.6-xfs / fs / xfs / xfs_log.c (download)
Revision 1.4, Wed Nov 17 01:42:33 1993 UTC (23 years, 11 months ago) by doucette
Get rid of warnings from ragnarok compilers by adding casts, changing types, adding lint comments. Get rid of xfs_extdesc_t, replace with xfs_bmbt_rec_t. |
#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)
/* ARGSUSED */
{
return (1);
}