[XFS] Make hole punching at EOF atomic.
authorDavid Chinner <dgc@sgi.com>
Thu, 24 May 2007 05:22:19 +0000 (15:22 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Sat, 14 Jul 2007 05:23:40 +0000 (15:23 +1000)
commit92dfe8d266eaf35a50607a0e0dcf525e1d367c80
treea9149b1bcad2142b14b8b25c06c64a0ae7399f64
parent511105b3d7c2440ee84fc3f90d200569aac88162
[XFS] Make hole punching at EOF atomic.

If hole punching at EOF is done as two steps (i.e. truncate then extend)
the file is in a transient state between the two steps where an
application can see the incorrect file size. Punching a hole to EOF needs
to be treated in teh same way as all other hole punching cases so that the
file size is never seen to change.

SGI-PV: 962012
SGI-Modid: xfs-linux-melb:xfs-kern:28641a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_rw.h
fs/xfs/xfs_vnodeops.c