diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 36c129303fcfdc0199b750701702b40cc0e2cd94..8f9a491b25514504e52cb23f07b8028f32118460 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c @@ -660,6 +660,7 @@ xfs_file_buffered_aio_write( xfs_iunlock(ip, iolock); eofb.eof_flags = XFS_EOF_FLAGS_SYNC; xfs_icache_free_eofblocks(ip->i_mount, &eofb); + xfs_icache_free_cowblocks(ip->i_mount, &eofb); goto write_retry; }