linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] fs: fix up error handlers for insert_inode_locked
@ 2011-12-06 22:55 Eric Sandeen
  2011-12-06 22:57 ` [PATCH 1/6] ext2: fix up error handling " Eric Sandeen
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Eric Sandeen @ 2011-12-06 22:55 UTC (permalink / raw)
  To: linux-fsdevel@vger.kernel.org

after 250df6ed274d767da844a5d9f05720b804240197
(fs: protect inode->i_state with inode->i_lock), insert_inode_locked()
no longer returns the inode with I_NEW set.  However, error handlers
still call unlock_new_inode() on failure, which does a WARN_ON if
I_NEW is not set, so any failure spews a lot of warnings.

Patches follow to skip the call to unlock_new_inode() if
insert_inode_locked() fails.

-Eric

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

end of thread, other threads:[~2011-12-08 21:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 22:55 [PATCH 0/6] fs: fix up error handlers for insert_inode_locked Eric Sandeen
2011-12-06 22:57 ` [PATCH 1/6] ext2: fix up error handling " Eric Sandeen
2011-12-06 23:18   ` [PATCH 1/6 v2] " Eric Sandeen
2011-12-06 22:59 ` [PATCH 2/6] ext3: " Eric Sandeen
2011-12-06 23:19   ` [PATCH 2/6 V2] " Eric Sandeen
2011-12-06 23:02 ` [PATCH 3/6] ext4: " Eric Sandeen
2011-12-06 23:19   ` [PATCH 3/6 V2] " Eric Sandeen
2011-12-06 23:06 ` [PATCH 4/6] jffs2: " Eric Sandeen
2011-12-08 21:54   ` Artem Bityutskiy
2011-12-06 23:10 ` [PATCH 5/6] jfs: " Eric Sandeen
2011-12-06 23:12 ` [PATCH 6/6] reiserfs: fix up error handling for insert_inode_locked4 Eric Sandeen
2011-12-06 23:13 ` [PATCH 0/6] fs: fix up error handlers for insert_inode_locked Eric Sandeen

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).