level2: add hooks to allow level 2 platforms to provide their own path buffers
authorAlan Cox <alan@linux.intel.com>
Tue, 29 Dec 2015 23:30:23 +0000 (23:30 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 29 Dec 2015 23:30:23 +0000 (23:30 +0000)
commit830fec71bf448708145ef82406c08ce99a95e557
tree590128e8f3ec599498157dd5fe0484eafd83ac4c
parente5052ba1cdfd4bddcdf3125c6b1912e79bdc0fa8
level2: add hooks to allow level 2 platforms to provide their own path buffers

(If you go over 512 bytes the standard tmpbuf/brelse solution won't work, so
 for bigger systems malloc may be preferred)
Kernel/filesys.c
Kernel/include/kernel.h
Kernel/include/level2.h