Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946261AbbHGUy5 (ORCPT ); Fri, 7 Aug 2015 16:54:57 -0400 Received: from mail-oi0-f41.google.com ([209.85.218.41]:36185 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945960AbbHGUy4 (ORCPT ); Fri, 7 Aug 2015 16:54:56 -0400 MIME-Version: 1.0 From: Helen Fornazier Date: Fri, 7 Aug 2015 17:54:35 -0300 Message-ID: Subject: Configfs: commit_item To: linux-kernel@vger.kernel.org Cc: jlbec@evilplan.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 944 Lines: 27 Hi! I see in the configfs docs that the committable items feature is not implemented (and I notice that the commit_item function pointer is not used anywhere. I would like to know there are plans to implement it and what people really use as a work around. I am implementing a configuration API for a driver in the video4linux and I need the user to complete its configuration before the driver takes action. I was thinking to add a "done" attribute file where the user writes to it to tell the driver that the configuration is done, but I am not sure if this is usually the solution taken in the linux kernel or another kernel-space/user-space API is preferred. Thank you -- Helen Fornazier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/