From: Greg KH <greg@kroah.com>
To: "Williams, Mitch A" <mitch.a.williams@intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sysfs write fixes
Date: Fri, 21 Jan 2005 14:06:30 -0800 [thread overview]
Message-ID: <20050121220630.GA3231@kroah.com> (raw)
In-Reply-To: <F3EE2A9EB4576F40AFE238EC0AC04BC50488BA12@orsmsx402.amr.corp.intel.com>
On Fri, Jan 21, 2005 at 01:44:45PM -0800, Williams, Mitch A wrote:
> This patch corrects some errors that we saw while writing to sysfs
> files.
> - Attempts to open the file in append mode result in error
> - Writes are buffered and flushed to the kobject owner during close
> - Attempts to seek on sysfs files result in error
>
> Generated from 2.6.11-rc1.
>
> It's not a big patch, but if you'd like it whacked up into smaller ones,
> I'll
> be glad to do so.
Please split it up into different patches in different emails. Also,
fix your email client, the patch was line wrapped.
And don't add this:
> @@ -1,5 +1,11 @@
> /*
> * file.c - operations for regular (text) files.
> + *
> + * Changes:
> + * 2004/01/21 Mitch Williams <mitch.a.williams at intel.com>
> + * - Changed llseek method to be no_llseek.
> + * - Opening a file for append now returns an error.
> + * - Writes are now buffered and flushed at close
> */
Changes show up in the change log comments, not within the files.
Otherwise, over time they grow out of control.
thanks,
greg k-h
prev parent reply other threads:[~2005-01-21 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-21 21:44 Williams, Mitch A
2005-01-21 22:06 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050121220630.GA3231@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mitch.a.williams@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome