- Sync with NetBSD's RCSID (HEAD preferred).
- Correct a typo. Approved by: re (tmpfs blanket)
This commit is contained in:
parent
163ee27671
commit
974fd8c650
@ -268,7 +268,7 @@ LIST_HEAD(tmpfs_node_list, tmpfs_node);
|
|||||||
struct tmpfs_mount {
|
struct tmpfs_mount {
|
||||||
/* Maximum number of memory pages available for use by the file
|
/* Maximum number of memory pages available for use by the file
|
||||||
* system, set during mount time. This variable must never be
|
* system, set during mount time. This variable must never be
|
||||||
* used directly as it may be bigger that the current amount of
|
* used directly as it may be bigger than the current amount of
|
||||||
* free memory; in the extreme case, it will hold the SIZE_MAX
|
* free memory; in the extreme case, it will hold the SIZE_MAX
|
||||||
* value. Instead, use the TMPFS_PAGES_MAX macro. */
|
* value. Instead, use the TMPFS_PAGES_MAX macro. */
|
||||||
size_t tm_pages_max;
|
size_t tm_pages_max;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: tmpfs_fifoops.h,v 1.3.2.2 2005/12/11 10:29:11 christos Exp $ */
|
/* $NetBSD: tmpfs_fifoops.h,v 1.4 2005/12/03 17:34:44 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2005 The NetBSD Foundation, Inc.
|
* Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user