mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Phillip Hellewell <phillip@hellewell.homeip.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2/3] eCryptfs: export key type
Date: Wed, 1 Jun 2005 23:48:52 -0600	[thread overview]
Message-ID: <20050602054852.GB4514@sshock.rn.byu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

This is the second in a series of three patches for the eCryptfs kernel
module.

The key_type_user symbol in user_defined.c needs to be exported.

-- 
Phillip Hellewell <phillip AT hellewell.homeip.net>

[-- Attachment #2: patch-2.6.12-rc4-mm2-ecryptfs-2_of_3-export-key-type.diff --]
[-- Type: text/plain, Size: 523 bytes --]

diff -Naur linux-2.6.12-rc4-mm2/security/keys/user_defined.c linux-2.6.12-rc4-mm2-ecryptfs/security/keys/user_defined.c
--- linux-2.6.12-rc4-mm2/security/keys/user_defined.c	2005-05-23 21:20:38.252134304 -0600
+++ linux-2.6.12-rc4-mm2-ecryptfs/security/keys/user_defined.c	2005-05-23 21:38:04.092142456 -0600
@@ -48,6 +48,8 @@
 	char		data[0];	/* actual data */
 };
 
+EXPORT_SYMBOL( key_type_user );
+
 /*****************************************************************************/
 /*
  * instantiate a user defined key

             reply	other threads:[~2005-06-02  5:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-02  5:48 Phillip Hellewell [this message]
2005-06-03 20:03 ` Michael Halcrow
2005-06-06  9:42 ` David Howells
2005-06-06 18:42   ` [PATCH 2/3, 2.6.12-rc5-mm1] eCryptfs: export user " Michael Halcrow
2005-06-07  9:52   ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050602054852.GB4514@sshock.rn.byu.edu \
    --to=phillip@hellewell.homeip.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®