Hi Linus, could you please pull the following additional changes for gfs2?
Thanks a lot, Andreas The following changes since commit a62aa6f7f50a9a0af5e07d98774f8a7b439d390f: Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2020-01-31 13:07:16 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-5.6-2 for you to fetch changes up to 6e5e41e2dc4e4413296d5a4af54ac92d7cd52317: gfs2: fix O_SYNC write handling (2020-02-06 18:49:41 +0100) ---------------------------------------------------------------- Changes in gfs2: - Fix a bug in Abhi Das's journal head lookup improvements that can cause a valid journal to be rejected. - Fix an O_SYNC write handling bug reported by Christoph Hellwig. ---------------------------------------------------------------- Abhi Das (1): gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 Andreas Gruenbacher (1): gfs2: fix O_SYNC write handling Christoph Hellwig (1): gfs2: move setting current->backing_dev_info fs/gfs2/file.c | 72 +++++++++++++++++++++++++--------------------------------- fs/gfs2/lops.c | 2 +- 2 files changed, 32 insertions(+), 42 deletions(-)