diff options
Diffstat (limited to 'fs/xfs/xfs_file.c')
-rw-r--r-- | fs/xfs/xfs_file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 753ed9b5c70b..f675f3d9d7b3 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -209,10 +209,10 @@ xfs_file_fsync( | |||
209 | 209 | ||
210 | /* | 210 | /* |
211 | * First check if the VFS inode is marked dirty. All the dirtying | 211 | * First check if the VFS inode is marked dirty. All the dirtying |
212 | * of non-transactional updates no goes through mark_inode_dirty*, | 212 | * of non-transactional updates do not go through mark_inode_dirty*, |
213 | * which allows us to distinguish beteeen pure timestamp updates | 213 | * which allows us to distinguish between pure timestamp updates |
214 | * and i_size updates which need to be caught for fdatasync. | 214 | * and i_size updates which need to be caught for fdatasync. |
215 | * After that also theck for the dirty state in the XFS inode, which | 215 | * After that also check for the dirty state in the XFS inode, which |
216 | * might gets cleared when the inode gets written out via the AIL | 216 | * might gets cleared when the inode gets written out via the AIL |
217 | * or xfs_iflush_cluster. | 217 | * or xfs_iflush_cluster. |
218 | */ | 218 | */ |