<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

add a dump_stack() to a can't-happen path which happened during development.



 25-akpm/fs/ext3/inode.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN fs/ext3/inode.c~ext3-040-recursive-ext3_write_inode-check fs/ext3/inode.c
--- 25/fs/ext3/inode.c~ext3-040-recursive-ext3_write_inode-check	Thu Jun  5 15:14:41 2003
+++ 25-akpm/fs/ext3/inode.c	Thu Jun  5 15:14:41 2003
@@ -2632,6 +2632,7 @@ void ext3_write_inode(struct inode *inod
 
 	if (ext3_journal_current_handle()) {
 		jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n");
+		dump_stack();
 		return;
 	}
 

_
</pre></body></html>