From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966111AbcHBO6Y (ORCPT ); Tue, 2 Aug 2016 10:58:24 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:34270 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966371AbcHBO6M (ORCPT ); Tue, 2 Aug 2016 10:58:12 -0400 From: "seokhoon.yoon" To: linux-kernel@vger.kernel.org Cc: James Morris , linux-security-module@vger.kernel.org, iamyooon@gmail.com Subject: [PATCH 1/1] security/device_cgroup: update cgroup document path in comment Date: Tue, 2 Aug 2016 23:55:50 +0900 Message-Id: <1470149750-7251-1-git-send-email-iamyooon@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org cgroup's document path is changed to "cgroup-v1". update it. Signed-off-by: seokhoon.yoon --- security/device_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/device_cgroup.c b/security/device_cgroup.c index 03c1652..906f92f 100644 --- a/security/device_cgroup.c +++ b/security/device_cgroup.c @@ -517,7 +517,7 @@ static inline int may_allow_all(struct dev_cgroup *parent) * This is one of the three key functions for hierarchy implementation. * This function is responsible for re-evaluating all the cgroup's active * exceptions due to a parent's exception change. - * Refer to Documentation/cgroups/devices.txt for more details. + * Refer to Documentation/cgroup-v1/devices.txt for more details. */ static void revalidate_active_exceptions(struct dev_cgroup *devcg) { -- 1.9.1