]> git.neil.brown.name Git - history.git/commit
[PATCH] tmpfs 6/7 write i_size_write
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Oct 2003 01:20:33 +0000 (18:20 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 22 Oct 2003 01:20:33 +0000 (18:20 -0700)
commit1c779419d6e0737d6a2585d6879e86388122baee
treef77177e3e7fdf9bb4a5d700e8cc4483615a7d74b
parent6673fd3d3213b8b1e87814ca7e7eb15bd31110cc
[PATCH] tmpfs 6/7 write i_size_write

From: Hugh Dickins <hugh@veritas.com>

mm/shmem.c was converted to i_size_read in -test1, and the remaining
references to a file's naked i_size are safely protected by i_sem;
but surely shmem_file_write must use i_size_write to update i_size.
mm/shmem.c