[PATCH] sysfs write fixes

2005-01-21 Thread Williams, Mitch A
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 p

Re: [PATCH] sysfs write fixes

2005-01-21 Thread Greg KH
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