Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.26-rc1 /Documentation/keys-request-key.txt

Filename:/Documentation/keys-request-key.txt
Lines Added:7
Lines Deleted:4
Also changed in: (Previous) 2.6.25-git20  2.6.25-git19  2.6.25-git18  2.6.25-git17  2.6.25-git16  2.6.25-git15 
(Following) 2.6.26-rc2  2.6.26-rc3  2.6.26-rc4  2.6.26-rc5  2.6.26-rc6  2.6.26-rc7 

Location
[  2.6.26-rc1
  [  Documentation
     o  keys-request-key.txt

Patch

diff --git a/Documentation/keys-request-key.txt b/Documentation/keys-request-key.txt
index 266955d..09b55e4 100644
--- a/Documentation/keys-request-key.txt
+++ b/Documentation/keys-request-key.txt
@@ -11,26 +11,29 @@ request_key*():
 
    struct key *request_key(const struct key_type *type,
             const char *description,
-            const char *callout_string);
+            const char *callout_info);
 
 or:
 
    struct key *request_key_with_auxdata(const struct key_type *type,
                     const char *description,
-                    const char *callout_string,
+                    const char *callout_info,
+                    size_t callout_len,
                     void *aux);
 
 or:
 
    struct key *request_key_async(const struct key_type *type,
                   const char *description,
-                  const char *callout_string);
+                  const char *callout_info,
+                  size_t callout_len);
 
 or:
 
    struct key *request_key_async_with_auxdata(const struct key_type *type,
                      const char *description,
-                     const char *callout_string,
+                     const char *callout_info,
+                          size_t callout_len,
                      void *aux);
 
 Or by userspace invoking the request_key system call:


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.