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

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

Revision 1.3, Thu Sep 2 22:24:14 1999 UTC (18 years, 1 month ago) by cattelan
Branch: MAIN
Changes since 1.2: +5 -15 lines

No Message Supplied

/*
 *
 * $Header: /plroot/pingu/slinx-xfs/kern/fs/xfs/linux/RCS/xfs_globals.c,v 1.1 1999/09/01 00:35:47 mostek Exp $
 * $Author: mostek $
 * $Id: xfs_globals.c,v 1.1 1999/09/01 00:35:47 mostek Exp $
 *
 * $Log: xfs_globals.c,v $
 * Revision 1.1  1999/09/01 00:35:47  mostek
 * Add some globals that came from systune. Systune doesn't exist
 * on Linux.
 *
 */

/*
 * This file contains globals needed by XFS that were normally defined
 * somewhere else in IRIX.
 */

#include <sys/types.h>
#include <sys/cred.h>
int    		xfs_refcache_percent = 100;
int		mac_enabled = 0;
int		acl_enabled = 0;
int		ncsize = 792;
int		nclrus = 0;


int imon_enabled;
int	scache_linemask;	/* second level cache line size mask */


prid_t dfltprid;
struct cred		*credp;