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:26:12 -0800 Message-ID: <20041119162612.GA19004@kroah.com> References: <419DFF37.5040401@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]:59544 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261464AbUKSQ0o (ORCPT ); Fri, 19 Nov 2004 11:26:44 -0500 To: Petr Grillinger Content-Disposition: inline In-Reply-To: <419DFF37.5040401@kiv.zcu.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Nov 19, 2004 at 03:12:07PM +0100, Petr Grillinger wrote: > > I needed recently to write a large file into the /proc FS, Why do you need to do this? Wouldn't it be simpler to create your own fs if you want to accept large ammounts of data? /proc isn't meant for something like this. Oh, and you forgot to use tabs in your code :) thanks, greg k-h