kernel: pathbuf is dead remove the remnants
authorAlan Cox <alan@linux.intel.com>
Wed, 21 Feb 2018 11:08:29 +0000 (11:08 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 21 Feb 2018 11:08:29 +0000 (11:08 +0000)
Kernel/include/kernel.h

index f956ca8..7fb7629 100644 (file)
@@ -69,8 +69,6 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke.
 #define limit_exceeded(x,y) (0)
 #define can_signal(p, sig) \
        (udata.u_ptab->p_uid == (p)->p_uid || super())
-#define pathbuf()      tmpbuf()
-#define pathfree(tb)   tmpfree(tb)
 #define dump_core(sig) sig
 #define in_group(x)    0
 #endif