Re: [PATCH v5 7/8] debugfs: allow access to signed values

2007-12-20 Thread John W. Linville
On Thu, Dec 20, 2007 at 01:40:22PM +0100, Stefano Brivio wrote: > debugfs: allow access to signed values > > Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to > remove > a cast in libfs, change the simple_attr_open prototype and thus fix the users > as > well. Looks like

[PATCH v5 7/8] debugfs: allow access to signed values

2007-12-20 Thread Stefano Brivio
debugfs: allow access to signed values Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to remove a cast in libfs, change the simple_attr_open prototype and thus fix the users as well. Cc: Johannes Berg <[EMAIL PROTECTED]> Cc: Mattias Nissler <[EMAIL PROTECTED]> To: Greg

[PATCH v5 7/8] debugfs: allow access to signed values

2007-12-20 Thread Stefano Brivio
debugfs: allow access to signed values Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to remove a cast in libfs, change the simple_attr_open prototype and thus fix the users as well. Cc: Johannes Berg [EMAIL PROTECTED] Cc: Mattias Nissler [EMAIL PROTECTED] To: Greg

Re: [PATCH v5 7/8] debugfs: allow access to signed values

2007-12-20 Thread John W. Linville
On Thu, Dec 20, 2007 at 01:40:22PM +0100, Stefano Brivio wrote: debugfs: allow access to signed values Add debugfs_create_s{8,16,32,64}. For these to work properly, we need to remove a cast in libfs, change the simple_attr_open prototype and thus fix the users as well. Looks like