Sorry, I didn't look at the list before sending. The other patch does a realpath on /dev/shm which makes things work when there's a compatibility symlink. You might still consider a global s|/dev/shm|/run/shm|g to be more future-proof.
> Look at /run/shm instead of /dev/shm. > > Signed-off-by: Gabriel de Perthuis <[email protected]> > To: Jeff Dike <[email protected]> > To: Richard Weinberger <[email protected]> > Cc: [email protected] > --- > There's a TMPDIR fallback so I haven't complicated this change with a > fallback to /dev/shm. > > arch/um/os-Linux/mem.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
