On Thu, May 06, 2010 at 10:18:39PM +0200, Andrew Lunn wrote:
From: Marek Lindner lindner_marek@yahoo.de
This is the first patch in a series of patches which aim to convert all batman-adv /proc files to sysfs. To keep the changes in a digestable size it has been split up into smaller chunks. During the transition period batman-adv will use /proc as well as sysfs.
As a first step the following files have been converted: aggregate_ogm, originators, transtable_global, transtable_local
Please document all sysfs files with a Documentation/ABI/ entry. You can put it in the drivers/staging/batman-adv/ directory for now.
Also note, binary sysfs files are for things that are "pass-through", not for things that you try to intrepret like I think you are doing here. What's wrong with configfs for something like this?
Note, I still applied the patch :)
thanks,
greg k-h