de-foodify comment
This commit is contained in:
parent
bd4986da66
commit
682be92a68
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pgfs_puffs.c,v 1.4 2012/04/11 14:26:44 yamt Exp $ */
|
||||
/* $NetBSD: pgfs_puffs.c,v 1.5 2014/10/18 07:11:07 snj Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c)2010,2011 YAMAMOTO Takashi,
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: pgfs_puffs.c,v 1.4 2012/04/11 14:26:44 yamt Exp $");
|
||||
__RCSID("$NetBSD: pgfs_puffs.c,v 1.5 2014/10/18 07:11:07 snj Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <assert.h>
|
||||
@ -548,7 +548,7 @@ pgfs_node_read(struct puffs_usermount *pu, puffs_cookie_t opc,
|
||||
retry:
|
||||
xc = begin(pu, "read");
|
||||
/*
|
||||
* try to update atime first as it's prune to conflict with other
|
||||
* try to update atime first as it's prone to conflict with other
|
||||
* transactions. eg. read-ahead requests can conflict each other.
|
||||
* we don't want to retry my_lo_read as it's expensive.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user