Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs Whitespace fixes. Bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/889c286bdb58
branches:  trunk
changeset: 781047:889c286bdb58
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Aug 16 11:28:38 2012 +0000

description:
Whitespace fixes. Bump date for previous.

diffstat:

 lib/libpuffs/puffs_ops.3 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r aa95ee6372f3 -r 889c286bdb58 lib/libpuffs/puffs_ops.3
--- a/lib/libpuffs/puffs_ops.3  Thu Aug 16 10:14:03 2012 +0000
+++ b/lib/libpuffs/puffs_ops.3  Thu Aug 16 11:28:38 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: puffs_ops.3,v 1.35 2012/08/16 09:25:44 manu Exp $
+.\"    $NetBSD: puffs_ops.3,v 1.36 2012/08/16 11:28:38 wiz Exp $
 .\"
 .\" Copyright (c) 2007 Antti Kantee.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 27, 2012
+.Dd August 16, 2012
 .Dt PUFFS_OPS 3
 .Os
 .Sh NAME
@@ -799,18 +799,18 @@
 has a link count of zero, it may be safely removed now.
 .It Fn puffs_node_reclaim2 "pu" "opc" "nlookup"
 Same as
-.Fn puffs_node_reclaim 
+.Fn puffs_node_reclaim
 with an addditional argument for the number of lookups that have been done
 on the node (Node creation is counted as a lookup). This can be used by the
-filesystem to avoid a race condition, where the kernel sends a reclaim 
-while it does not have received the reply for a lookup. If the filesystem
-tracks lookup count, and compares to 
+filesystem to avoid a race condition, where the kernel sends a reclaim
+while it does not have received the reply for a lookup.
+If the filesystem tracks lookup count, and compares to
 .Fa nlookup
-it can detect this situation and ignore the reclaim. 
+it can detect this situation and ignore the reclaim.
 .Pp
 If the filesystem maps cookies to
 .Vt struct puffs_node
-then the framework will do that work, and 
+then the framework will do that work, and
 .Fn puffs_node_reclaim
 can be reliabily used without the race condition.
 .It Fn puffs_node_abortop "pu" "opc" "pcn"



Home | Main Index | Thread Index | Old Index