From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: procfs proc_write_file bug Date: Fri, 19 Nov 2004 08:56:03 -0800 Message-ID: <20041119165603.GC19521@kroah.com> References: <419DFF37.5040401@kiv.zcu.cz> <20041119162612.GA19004@kroah.com> <419E23CE.2040109@kiv.zcu.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from mail.kroah.org ([69.55.234.183]:39340 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261456AbUKSQ4c (ORCPT ); Fri, 19 Nov 2004 11:56:32 -0500 To: Petr Grillinger Content-Disposition: inline In-Reply-To: <419E23CE.2040109@kiv.zcu.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Nov 19, 2004 at 05:48:14PM +0100, Petr Grillinger wrote: > Sorry about the tabs, I forgot to change my editor settings. > I use procfs to export information about my module - in text form. That's what sysfs is for. > I also use it to export the binary image of some configuration > data (about 16KB). sysfs's binary files work well for this. thanks, greg k-h