Re: [PATCHv3 1/6] debugfs: add get/set for atomic types

2013-01-29 Thread Seth Jennings
On 01/29/2013 02:35 PM, Konrad Rzeszutek Wilk wrote: > On Mon, Jan 28, 2013 at 03:49:22PM -0600, Seth Jennings wrote: >> debugfs currently lack the ability to create attributes >> that set/get atomic_t values. >> >> This patch adds support for this through a new >> debugfs_create_atomic_t() functio

Re: [PATCHv3 1/6] debugfs: add get/set for atomic types

2013-01-29 Thread Konrad Rzeszutek Wilk
On Mon, Jan 28, 2013 at 03:49:22PM -0600, Seth Jennings wrote: > debugfs currently lack the ability to create attributes > that set/get atomic_t values. > > This patch adds support for this through a new > debugfs_create_atomic_t() function. > > Signed-off-by: Seth Jennings > Acked-by: Greg Kroa