diff options
-rw-r--r-- | fs/xfs/xfs_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 36c129303fcf..8f9a491b2551 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -660,6 +660,7 @@ write_retry: | |||
660 | xfs_iunlock(ip, iolock); | 660 | xfs_iunlock(ip, iolock); |
661 | eofb.eof_flags = XFS_EOF_FLAGS_SYNC; | 661 | eofb.eof_flags = XFS_EOF_FLAGS_SYNC; |
662 | xfs_icache_free_eofblocks(ip->i_mount, &eofb); | 662 | xfs_icache_free_eofblocks(ip->i_mount, &eofb); |
663 | xfs_icache_free_cowblocks(ip->i_mount, &eofb); | ||
663 | goto write_retry; | 664 | goto write_retry; |
664 | } | 665 | } |
665 | 666 | ||