diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:58:11 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:58:11 -0800 |
| commit | 4d6c7b36fcb5b4d3a727a9d84353422bacd173a3 (patch) | |
| tree | 6b7a1138ae79619fdaa5008e53d704344d34ebdf /fs/exec.c | |
| parent | e1e2cfc3fb42dbe54dd94fe97ba17a62cd7a265b (diff) | |
v2.5.0.2 -> v2.5.0.3
- Al Viro: more superblock cleanups
- Jens Axboe: more patches for new block IO layer
- Christoph Hellwig: get rid of the old, long- deprecated SCSI error
handling
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index 6c36e768a1dd..afd7577abf99 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -586,7 +586,7 @@ mmap_failed: flush_failed: spin_lock_irq(¤t->sigmask_lock); if (current->sig != oldsig) { - kfree(current->sig); + kmem_cache_free(sigact_cachep, current->sig); current->sig = oldsig; } spin_unlock_irq(¤t->sigmask_lock); |
