All of lore.kernel.org
 help / color / mirror / Atom feed
* jffs2: stack dump on sync
@ 2017-11-09  0:07 Frank Mori Hess
  0 siblings, 0 replies; only message in thread
From: Frank Mori Hess @ 2017-11-09  0:07 UTC (permalink / raw)
  To: linux-mtd

Hi, I'm using kernel 4.1.17 and I noticed jffs2 dumping stacktraces on
sync, as reported here:

https://patchwork.ozlabs.org/patch/298933/#689224

As far as I can tell, this has not been fixed in newer versions
although I haven't tested them.  It seems the problem occurs when
CONFIG_JFFS2_FS_WRITEBUFFER is enabled, which causes jffs2_sync_fs()
in jffs2/super.c to call

cancel_delayed_work_sync(&c->wbuf_dwork);

However, wbuf_dwork is generally not initialized, producing the stack dump.

-- 
Frank

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-09  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09  0:07 jffs2: stack dump on sync Frank Mori Hess

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.