From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Thu, 18 Aug 2016 11:32:04 -0400 (EDT) Subject: [Cluster-devel] [PATCH] gfs2: Remove dirty buffer warning from gfs2_releasepage In-Reply-To: <1471527681-15004-1-git-send-email-agruenba@redhat.com> References: <1471527681-15004-1-git-send-email-agruenba@redhat.com> Message-ID: <378893404.5778833.1471534324427.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 ----- | Unlike what its documentation suggests, the releasepage address space | operation can currently be called on dirty pages via shrink_active_list. | This may eventually be changed when the remaining code relying on the | current behavior has been fixed, but until then, it makes no sense to | warn on dirty buffers in gfs2_releasepage. | | Signed-off-by: Andreas Gruenbacher | --- Hi, 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=1c185c02f454c47d573a17e3e7d8befb06f0d64d Regards, Bob Peterson Red Hat File Systems