]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Missed one 'try_inc_mod_count()'
authorChristoph Hellwig <hch@lst.de>
Mon, 30 Dec 2002 05:48:11 +0000 (21:48 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 30 Dec 2002 05:48:11 +0000 (21:48 -0800)
I missed one hunk when splitting the patch for removing
try_inc_mod_count().

crypto/api.c

index 64886f4d633576e523f58e8fb251a7d3e4b177e6..386b04ae587e1a1b332965bef3284d7fa2dd7d4a 100644 (file)
@@ -24,7 +24,7 @@ DECLARE_RWSEM(crypto_alg_sem);
 
 static inline int crypto_alg_get(struct crypto_alg *alg)
 {
-       return try_inc_mod_count(alg->cra_module);
+       return try_module_get(alg->cra_module);
 }
 
 static inline void crypto_alg_put(struct crypto_alg *alg)