Re: [Cluster-devel] [PATCH v3 0/4] GFS2 shrinker deadlock

2017-08-01 Thread Bob Peterson
- Original Message - | With the recent gl_object fixes and an additional reference counting bug | fixed in this patch queue, these four remaining shrinker deadlock | avoidance patches now seem ready for mainline. | | As explained in the previous posting of this patch queue, when inodes | a

Re: [Cluster-devel] [PATCH] gfs2: Fix trivial typos

2017-08-01 Thread Bob Peterson
- Original Message - | Signed-off-by: Andreas Gruenbacher | --- | fs/gfs2/inode.c | 2 +- | fs/gfs2/super.c | 2 +- | 2 files changed, 2 insertions(+), 2 deletions(-) Hi, Thanks. This is now applied to the for-next branch of the linux-gfs2 tree: https://git.kernel.org/pub/scm/linux/kerne

Re: [Cluster-devel] [PATCH v3] mm: add file_fdatawait_range and file_write_and_wait

2017-08-01 Thread Jan Kara
On Mon 31-07-17 12:49:25, Jeff Layton wrote: > From: Jeff Layton > > Necessary now for gfs2_fsync and sync_file_range, but there will > eventually be other callers. > > Signed-off-by: Jeff Layton Looks good to me. You can add: Reviewed-by: Jan Kara