X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fydirectenv.h;h=ad4efab710e036d3904a256c0e43add08c9d46cc;hb=refs%2Ftags%2Flinux-mainline-patchset-4;hp=7063fa649fb25b4e0329ae9ff43925d45bc0d86b;hpb=6820610d6b3ea887af57fbd9706fff78923a2115;p=yaffs2.git diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 7063fa6..ad4efab 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -53,10 +53,10 @@ void yaffs_qsort(void *aa, size_t n, size_t es, #define inline __inline__ #endif -#define kmalloc(x,flags) yaffs_malloc(x) -#define kfree(x) yaffs_free(x) -#define vmalloc(x) yaffs_malloc(x) -#define vfree(x) yaffs_free(x) +#define kmalloc(x,flags) yaffsfs_malloc(x) +#define kfree(x) yaffsfs_free(x) +#define vmalloc(x) yaffsfs_malloc(x) +#define vfree(x) yaffsfs_free(x) #define cond_resched() do {} while(0)