diff options
author | gregkh@suse.de <gregkh@suse.de> | 2005-04-18 21:57:30 -0700 |
---|---|---|
committer | Greg KH <greg@press.kroah.org> | 2005-04-18 21:57:30 -0700 |
commit | 6f31e42221c7deae4527136ce0dd73990d8bc1d1 (patch) | |
tree | 71c7e221169721b3a5dfeb4137b2e382090d7814 | |
parent | 5c11c52046eb0f7252574bad161db53d0345ea50 (diff) | |
download | linux-3.10-6f31e42221c7deae4527136ce0dd73990d8bc1d1.tar.gz linux-3.10-6f31e42221c7deae4527136ce0dd73990d8bc1d1.tar.bz2 linux-3.10-6f31e42221c7deae4527136ce0dd73990d8bc1d1.zip |
[PATCH] kref: add link to original documentation to the kref documentation.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | Documentation/kref.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/kref.txt b/Documentation/kref.txt index 96d8f5666af..42fe2844591 100644 --- a/Documentation/kref.txt +++ b/Documentation/kref.txt @@ -208,4 +208,9 @@ preferred as it is a little neater. Corey Minyard <minyard@acm.org> -A lot of this was lifted from Greg KH's OLS presentation on krefs. +A lot of this was lifted from Greg Kroah-Hartman's 2004 OLS paper and +presentation on krefs, which can be found at: + http://www.kroah.com/linux/talks/ols_2004_kref_paper/Reprint-Kroah-Hartman-OLS2004.pdf +and: + http://www.kroah.com/linux/talks/ols_2004_kref_talk/ + |