Unionfs ODF: use krealloc() in create_parents()
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 7 Dec 2007 00:45:04 +0000 (19:45 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:25 +0000 (19:03 -0400)
commitcfa1017e8fc0ed31fa60418363bf267f6fd37e5d
treed1239b4a04a3fd3539d4a4165ca95f91c2cfe451
parenta0e097fb08a1bbeedb6edf3167dc16dc686111fb
Unionfs ODF: use krealloc() in create_parents()

Prevents compile error with CONFIG_SLUB:

$ make
fs/unionfs/copyup.c: In function 'create_parents':
fs/unionfs/copyup.c:694: error: 'malloc_sizes' undeclared (first use in this
function)
fs/unionfs/copyup.c:694: error: (Each undeclared identifier is reported only
once

CC: Jesse I Pollard <pollard@ccs.nrl.navy.mil>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/copyup.c