* [PATCH] defer/refcnt: Another typo fix
@ 2016-07-11 15:36 Akira Yokosawa
2016-07-11 15:59 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-07-11 15:36 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From ae44b15b34f4cba077d0c49e7416f66681895a3d Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Tue, 12 Jul 2016 00:33:08 +0900
Subject: [PATCH] defer/refcnt: Another typo fix
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
defer/refcnt.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defer/refcnt.tex b/defer/refcnt.tex
index 8dfa8fe..76ebf4d 100644
--- a/defer/refcnt.tex
+++ b/defer/refcnt.tex
@@ -267,7 +267,7 @@ Figure~\ref{fig:defer:Pre-BSD Packet Routing List}:
The problem is that the reference count is located in the object
to be protected, but that means that there is no protection during
-the instant in time when the reference count itself if being acquired!
+the instant in time when the reference count itself is being acquired!
This is the reference-counting counterpart of a locking issue noted
by Gamsa et al.~\cite{Gamsa99}.
One could imagine using a global lock or reference count to protect
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] defer/refcnt: Another typo fix
2016-07-11 15:36 [PATCH] defer/refcnt: Another typo fix Akira Yokosawa
@ 2016-07-11 15:59 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-07-11 15:59 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Tue, Jul 12, 2016 at 12:36:29AM +0900, Akira Yokosawa wrote:
> From ae44b15b34f4cba077d0c49e7416f66681895a3d Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Tue, 12 Jul 2016 00:33:08 +0900
> Subject: [PATCH] defer/refcnt: Another typo fix
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Good eyes! Applied and pushed both, thank you!
Thanx, Paul
> ---
> defer/refcnt.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/defer/refcnt.tex b/defer/refcnt.tex
> index 8dfa8fe..76ebf4d 100644
> --- a/defer/refcnt.tex
> +++ b/defer/refcnt.tex
> @@ -267,7 +267,7 @@ Figure~\ref{fig:defer:Pre-BSD Packet Routing List}:
> The problem is that the reference count is located in the object
> to be protected, but that means that there is no protection during
> -the instant in time when the reference count itself if being acquired!
> +the instant in time when the reference count itself is being acquired!
> This is the reference-counting counterpart of a locking issue noted
> by Gamsa et al.~\cite{Gamsa99}.
> One could imagine using a global lock or reference count to protect
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-11 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 15:36 [PATCH] defer/refcnt: Another typo fix Akira Yokosawa
2016-07-11 15:59 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox