From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Mon, 2 May 2016 08:20:46 -0400 (EDT) Subject: [Cluster-devel] [GFS2 PATCH] gfs2: use inode_lock/unlock instead of accessing i_mutex directly In-Reply-To: <1462164283-22082-1-git-send-email-adas@redhat.com> References: <1462164283-22082-1-git-send-email-adas@redhat.com> Message-ID: <1668446490.60353940.1462191645986.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- > i_mutex has been replaced by i_rwsem and directly accessing the > non-existent i_mutex breaks the kernel build. > > Signed-off-by: Abhi Das > CC: Stephen Rothwell > CC: Al Viro > --- Hi Abhi, Thanks. This is now applied to the for-next branch of the linux-gfs2 tree: https://git.kernel.org/cgit/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs/gfs2?h=for-next&id=80f4781d2c0ba63bf9ab4de90a6829a1368b80a3 Regards, Bob Peterson Red Hat File Systems