commit | 8774b7f63be0d1b237bc30d49b6486f7691e2ed4 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 02 07:43:37 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 02 07:43:37 2008 -0700 |
tree | 2e0b9587fd3bb93a9166ad46ac7f928a41c59bb8 | |
parent | a5f37c3252b174efdcdd808797a7c529064c95c0 [diff] | |
parent | 1edcf2e1ee2babb011cfca80ad9d202e9c491669 [diff] |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
diff --git a/fs/afs/cell.c b/fs/afs/cell.c index 788865d..584bb0f 100644 --- a/fs/afs/cell.c +++ b/fs/afs/cell.c
@@ -138,6 +138,7 @@ cell = afs_cell_alloc(name, vllist); if (IS_ERR(cell)) { _leave(" = %ld", PTR_ERR(cell)); + up_write(&afs_cells_sem); return cell; }