[Cluster-devel] [PATCH] fs: gfs2: Adding new return type vm_fault_t

2018-04-15 Thread Souptick Joarder
Use new return type vm_fault_t for page_mkwrite handler. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox --- fs/gfs2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index

Re: [Cluster-devel] [PATCH] gfs2: Remove sdp->sd_jheightsize

2018-04-15 Thread Andreas Gruenbacher
On 13 April 2018 at 15:29, Bob Peterson wrote: > - Original Message - >> GFS2 keeps two arrarys in the superblock that define the maximum size of >> an inode depending on the inode's height: sdp->sd_heightsize defines the >> heights in units of sb->s_blocksize;

[Cluster-devel] [PATCH 3/3] GFS2: Minor improvements to comments and documentation

2018-04-15 Thread Bob Peterson
This patch simply fixes some comments and the gfs2-glocks.txt file: Places where i_rwsem was called i_mutex, and adding i_rw_mutex. Signed-off-by: Bob Peterson --- Documentation/filesystems/gfs2-glocks.txt | 5 +++-- fs/gfs2/bmap.c| 2 +-

[Cluster-devel] [PATCH 0/3] GFS2: Second pre-pull patch posting (merge window)

2018-04-15 Thread Bob Peterson
Hi, We decided to request the latest three patches to be merged into this merge window while it's still open. 1. The first patch adds a new function to lockref: lockref_put_not_zero 2. The second patch fixes GFS2's glock dump code so it uses the new lockref function. This fixes a problem