Add function to "protect" allocations from being dropped later
commitc1d5f8c18c3ee5f7132357ed0ce8fe79884135f9
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 22:17:19 +0000 (3 15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 22:17:19 +0000 (3 15:17 -0700)
treeb94ff9de443069911d45fb2e178b9ecda43ae69d
parent8cea1f0d96b63965ebf7fa9bf73f30237605c0e2
Add function to "protect" allocations from being dropped later

Useful for the initial (shared) token allocations: we do want to drop
the per-file tokens once they aren't needed any more, but we don't want
to protect the shared global token allocations.
allocate.c
allocate.h