]> git.neil.brown.name Git - history.git/commit
[PATCH] tmpfs bugfixes
authorAndrew Morton <akpm@zip.com.au>
Sun, 2 Jun 2002 10:24:15 +0000 (03:24 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 2 Jun 2002 10:24:15 +0000 (03:24 -0700)
commit6979fbf7a1ec35046cfe9ef4d11fd09f02de31cd
treed42e80ec26e302c2dbb74e926585575bde84e366
parentb3e8feca1351aa7f9cff25a1678962e86a6a77b3
[PATCH] tmpfs bugfixes

A patch from Hugh Dickins which fixes a couple of error-path leaks
related to tmpfs (I think).

Also fixes a yield()-inside-spinlock bug.

It also includes code to clear the final page outside i_size on
truncate.  tmpfs should be returning zeroes when a truncated file is
later expanded and it currently is not.

Hugh is taking care of the 2.4 fix for this.
mm/shmem.c