2008-02-26 10:25:44

by Alexey Dobriyan

[permalink] [raw]
Subject: [PATCH] crypto: switch to proc_create()

Signed-off-by: Alexey Dobriyan <[email protected]>
---

crypto/proc.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

--- a/crypto/proc.c
+++ b/crypto/proc.c
@@ -99,11 +99,7 @@ static const struct file_operations proc_crypto_ops = {

void __init crypto_init_proc(void)
{
- struct proc_dir_entry *proc;
-
- proc = create_proc_entry("crypto", 0, NULL);
- if (proc)
- proc->proc_fops = &proc_crypto_ops;
+ proc_create("crypto", 0, NULL, &proc_crypto_ops);
}

void __exit crypto_exit_proc(void)


2008-03-05 11:28:52

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: switch to proc_create()

On Tue, Feb 26, 2008 at 01:25:20PM +0300, Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <[email protected]>

Patch applied to cryptodev-2.6. Thanks a lot.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt