From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Wed, 30 Aug 2017 09:19:00 -0400 (EDT) Subject: [Cluster-devel] [PATCH] gfs2: constify rhashtable_params In-Reply-To: References: Message-ID: <1876242507.3558257.1504099140522.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 ----- | rhashtable_params are not supposed to change at runtime. All | Functions rhashtable_* working with const rhashtable_params | provided by . So mark the non-const structs | as const. | | Signed-off-by: Arvind Yadav | --- Hi, Thanks. This is now pushed to the for-next branch of the linux-gfs2 tree: https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs/gfs2?h=for-next&id=d296b15ed58231bd991c0fb0f3592d595539bcd1 Regards, Bob Peterson Red Hat File Systems