LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 4/5] UML - Out of tmpfs space error clarification
@ 2007-04-26 19:56 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2007-04-26 19:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, uml-devel
It turns out that the message complaining about a lack of tmpfs space
on the host can be misunderstood as referring to the UML.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
arch/um/kernel/trap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.21-mm/arch/um/kernel/trap.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/kernel/trap.c 2007-04-16 12:25:01.000000000 -0400
+++ linux-2.6.21-mm/arch/um/kernel/trap.c 2007-04-16 20:37:33.000000000 -0400
@@ -229,8 +229,8 @@ void relay_signal(int sig, union uml_pt_
if(!UPT_IS_USER(regs)){
if(sig == SIGBUS)
- printk("Bus error - the /dev/shm or /tmp mount likely "
- "just ran out of space\n");
+ printk("Bus error - the host /dev/shm or /tmp mount "
+ "likely just ran out of space\n");
panic("Kernel mode signal %d", sig);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-26 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-26 19:56 [PATCH 4/5] UML - Out of tmpfs space error clarification Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).