Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-11 Thread Jeff Liu
On 01/09/2013 10:04 PM, Abhijit Pawar wrote: > This patch replaces usages of obsolete simple_strtoul with kstrtoint in > xfs_args and suffix_strtoul. > > Signed-off-by: Abhijit Pawar > --- > fs/xfs/xfs_super.c | 29 +++-- > 1 files changed, 19 insertions(+), 10 deletio

Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-11 Thread Jeff Liu
On 01/12/2013 06:52 AM, Dave Chinner wrote: > On Fri, Jan 11, 2013 at 02:36:46PM +0800, Jeff Liu wrote: >> On 01/09/2013 10:04 PM, Abhijit Pawar wrote: >>> This patch replaces usages of obsolete simple_strtoul with kstrtoint in >>> xfs_args and suffix_strtoul. >>> >>> Signed-off-by: Abhijit Pawar

Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-11 Thread Dave Chinner
On Fri, Jan 11, 2013 at 02:36:46PM +0800, Jeff Liu wrote: > On 01/09/2013 10:04 PM, Abhijit Pawar wrote: > > This patch replaces usages of obsolete simple_strtoul with kstrtoint in > > xfs_args and suffix_strtoul. > > > > Signed-off-by: Abhijit Pawar > > --- > > + if (kstrtoint

Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-11 Thread Ben Myers
Hey, On Fri, Jan 11, 2013 at 01:16:30PM +0530, Abhijit Pawar wrote: > On 01/11/2013 12:06 PM, Jeff Liu wrote: > > On 01/09/2013 10:04 PM, Abhijit Pawar wrote: > >> This patch replaces usages of obsolete simple_strtoul with kstrtoint in > >> xfs_args and suffix_strtoul. > >> > >> Signed-off-by: Ab

Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-10 Thread Abhijit Pawar
On 01/11/2013 12:06 PM, Jeff Liu wrote: > On 01/09/2013 10:04 PM, Abhijit Pawar wrote: >> This patch replaces usages of obsolete simple_strtoul with kstrtoint in >> xfs_args and suffix_strtoul. >> >> Signed-off-by: Abhijit Pawar >> --- >> fs/xfs/xfs_super.c | 29 +++-- >

Re: [PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-10 Thread Jeff Liu
On 01/09/2013 10:04 PM, Abhijit Pawar wrote: > This patch replaces usages of obsolete simple_strtoul with kstrtoint in > xfs_args and suffix_strtoul. > > Signed-off-by: Abhijit Pawar > --- > fs/xfs/xfs_super.c | 29 +++-- > 1 files changed, 19 insertions(+), 10 deletio

[PATCH 1/1] fs/xfs remove obsolete simple_strto

2013-01-09 Thread Abhijit Pawar
This patch replaces usages of obsolete simple_strtoul with kstrtoint in xfs_args and suffix_strtoul. Signed-off-by: Abhijit Pawar --- fs/xfs/xfs_super.c | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c