From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1427558AbdEAEx4 (ORCPT ); Mon, 1 May 2017 00:53:56 -0400 Received: from ozlabs.org ([103.22.144.67]:50523 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1427143AbdEAExn (ORCPT ); Mon, 1 May 2017 00:53:43 -0400 Date: Mon, 1 May 2017 14:53:40 +1000 From: Stephen Rothwell To: Tejun Heo Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the cgroup tree Message-ID: <20170501145340.17e8ef86@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tejun, After merging the cgroup tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function] static void cgroup_get(struct cgroup *cgrp) ^ Introduced by commit a590b90d472f ("cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()") CONFIG_SOCK_CGROUP_DATA is not set for this build. -- Cheers, Stephen Rothwell