mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* FUSE triggering BUG through blkdev_put()
@ 2011-02-14 10:56 Tejun Heo
  2011-02-14 14:55 ` Miklos Szeredi
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2011-02-14 10:56 UTC (permalink / raw)
  To: mszeredi, viro; +Cc: linux-kernel, kovariadam

Please take a look at the following bug.

 https://bugzilla.kernel.org/show_bug.cgi?id=28642

The bug title and description are completely misleading but the
problem seems to have been caused by the recent eviction related
changes.  FUSE ends up blkdev_put'ting while I_CLEAR is still set on
the blkdev's inode triggering BUG_ON() in iput().

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-23  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 10:56 FUSE triggering BUG through blkdev_put() Tejun Heo
2011-02-14 14:55 ` Miklos Szeredi
2011-02-23  9:23   ` Florian Mickler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome