~ubuntu-branches/ubuntu/feisty/apparmor/feisty

« back to all changes in this revision

Viewing changes to kernel-patches/for-mainline/comment-wrong.diff

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
We don't make a copy here; we only grab a refrence.
 
2
 
 
3
Index: b/security/apparmor/inline.h
 
4
===================================================================
 
5
--- a/security/apparmor/inline.h
 
6
+++ b/security/apparmor/inline.h
 
7
@@ -163,7 +163,7 @@ static inline void aa_put_name(const cha
 
8
  * @name: name of profile to find
 
9
  * @head: list to search
 
10
  *
 
11
- * Return reference counted copy of profile. NULL if not found
 
12
+ * Return reference counted handle to profile. NULL if not found
 
13
  * Caller must hold any necessary locks
 
14
  */
 
15
 static inline struct aa_profile *__aa_find_profile(const char *name,