Resource handling: add 'insert_resource_expand_to_fit()' function
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:18:31 +0000 (20:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Aug 2008 03:25:20 +0000 (20:25 -0700)
Not used anywhere yet, but this complements the existing plain
'insert_resource()' functionality with a version that can expand the
resource we are adding in order to fix up any conflicts it has with
existing resources.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found