linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix oops / warning when allocation of symlink fails
@ 2009-07-13 19:29 Jan Kara
  2009-07-13 19:29 ` [PATCH 1/2] ext3: Fix truncation of symlinks after failed write Jan Kara
  2009-07-13 19:29 ` [PATCH 2/2] ext4: " Jan Kara
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Kara @ 2009-07-13 19:29 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso


  Hi,

  the two patches in this series fix a problem for ext3/ext4 when we fail
to allocate blocks for a symlink. In ext3 this could lead to a memory
corruption (since freed inode could remain on in-memory orphan list), in
ext4 just to some warnings on the next mount (Sigh. Ted was maybe right
we should always do ext?_orphan_del() regardless of calling truncate ;)).
  Ted, would you please merge the patch (or both if you like)? Thanks.

								Honza

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

end of thread, other threads:[~2009-07-15 10:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 19:29 [PATCH 0/2] Fix oops / warning when allocation of symlink fails Jan Kara
2009-07-13 19:29 ` [PATCH 1/2] ext3: Fix truncation of symlinks after failed write Jan Kara
2009-07-13 19:29 ` [PATCH 2/2] ext4: " Jan Kara
2009-07-15  6:18   ` Aneesh Kumar K.V
2009-07-15 10:28     ` Jan Kara

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