X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=fs%2Fgfs2%2Ffile.c;h=5e425469f0c2659b0475535b18c634e487b15e12;hp=9287a2d17b8c3f6cdfe220f7f1717dc23e753a6b;hb=1a5d0dd76b1eff1dc65417655fef9b9aea682ed0;hpb=616fb38fa7a9599293e05ae1fa9acfaf73922434 diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 9287a2d17b8c..5e425469f0c2 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c @@ -897,8 +897,8 @@ static long __gfs2_fallocate(struct file *file, int mode, loff_t offset, loff_t if (!(mode & FALLOC_FL_KEEP_SIZE) && (pos + count) > inode->i_size) { i_size_write(inode, pos + count); - /* Marks the inode as dirty */ file_update_time(file); + mark_inode_dirty(inode); } return generic_write_sync(file, pos, count);