From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17362C43217 for ; Fri, 8 Oct 2021 08:18:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F014A61038 for ; Fri, 8 Oct 2021 08:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229670AbhJHITx (ORCPT ); Fri, 8 Oct 2021 04:19:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233168AbhJHITl (ORCPT ); Fri, 8 Oct 2021 04:19:41 -0400 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01A30C061765 for ; Fri, 8 Oct 2021 01:17:46 -0700 (PDT) Received: by mail-wr1-x42f.google.com with SMTP id v25so27076849wra.2 for ; Fri, 08 Oct 2021 01:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JDZbXCl9bSoGyZWgwef05HDv8VNeS1jh792KUo3neRA=; b=OYmhEfweByggqpQU57fPOKHqFV9b2B7AkrLhzr6cE913ljzUap38E2A/Sf1/3qIrS9 EEJp33XQyD0KaM1D+/D57E/6ouWlMXcXk3Uy+oiNqT3Uvt7VBiOoScrAzwZ/tUdMEOqT O0Ym1rpYreAii4UkdKMOIHqU12zOpVRHEA+jB6X6aAYBEqpqVg+2HDeCYRfxC2zgJt6V mmJ58UDOJKxqxVe3jKx1SiM14C3Ytx5sfLcjY9qgLKWk2LXOF/mhDZBdCbvsT5N10qQT jno+owKxqWysxQSQSIDHwSYhgFFAyQM5/E8Kkalnki2LJEcKEo7rTFMqtM+XDifn0jH3 9v/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JDZbXCl9bSoGyZWgwef05HDv8VNeS1jh792KUo3neRA=; b=IopySK0HYsBGueJX5Tvvl096G7RiqwPdFsoriP3NkRPC6AzeS8cKb/jwDvNErCUbPR 9CN+a/OFY3Y7JcNWugAsUvp4aVUViY44sHScHtH27Cby1/MdlALrSwlzzUCb4mcO0JbP E0bKSEWEK1BaZjMnWkQtZr6LWmw1XUji9Lsy4XDD55BvZ85rssoCbvsN2Ms0/aSE2Plq KFivwBoBuNq6ZqO6dn8S7cmFagmGFNB+s86zMSuMMKZnKULcWxcIJQ2coaldmNzXqAps dJPe+TctmILj10RFpNgqJRl1MtuumPu8RcwsZiSxH2CasdE5PA9iwgj8ChhrLp4nw2hH AzUA== X-Gm-Message-State: AOAM533953uPBfgu++L0AntbR65BRrG5s/PW0PkniW80HJ/kLRCTZS9L ZdYGcy9n1y33b2W57eIOaErQpis9E49zsw== X-Google-Smtp-Source: ABdhPJyZdS6TI7AjqLam2wc2FQYnHz+kaNFqNZoXR9Dh3OIT7M7DNUAdw6stcvV7m+6nd9Uat4gGww== X-Received: by 2002:a05:600c:2212:: with SMTP id z18mr472321wml.39.1633681064467; Fri, 08 Oct 2021 01:17:44 -0700 (PDT) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id i3sm1759530wrn.34.2021.10.08.01.17.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 01:17:44 -0700 (PDT) From: Bartosz Golaszewski To: Joel Becker , Christoph Hellwig , Shuah Khan , Linus Walleij , Andy Shevchenko , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Geert Uytterhoeven , Kent Gibson , Jonathan Corbet , Greg Kroah-Hartman , Al Viro , Jack Winch , Viresh Kumar Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v7 1/8] configfs: increase the item name length Date: Fri, 8 Oct 2021 10:17:32 +0200 Message-Id: <20211008081739.26807-2-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20211008081739.26807-1-brgl@bgdev.pl> References: <20211008081739.26807-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 20 characters limit for item name is relatively small. Let's increase it to 32 to fit '04-committable-children' - a name we'll use in the sample code for committable items. Signed-off-by: Bartosz Golaszewski Acked-by: Linus Walleij Acked-by: Andy Shevchenko --- include/linux/configfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/configfs.h b/include/linux/configfs.h index 97cfd13bae51..e398fb2e83b2 100644 --- a/include/linux/configfs.h +++ b/include/linux/configfs.h @@ -25,7 +25,7 @@ #include /* struct kref */ #include /* struct mutex */ -#define CONFIGFS_ITEM_NAME_LEN 20 +#define CONFIGFS_ITEM_NAME_LEN 32 struct module; -- 2.30.1