On Thu, Jun 15, 2017 at 05:57:30PM +0800, Chao Yu wrote: > kstrtoull returns 0 on success, however, in reserved_clusters_store we > will return -EINVAL if kstrtoull returns 0, it makes us fail to update > reserved_clusters value through sysfs. > > Signed-off-by: Chao Yu <yuch...@huawei.com> > Signed-off-by: Miao Xie <miao...@huawei.com>
Thanks, applied. - Ted