From: Tejun Heo Date: Sun, 1 Apr 2012 21:38:43 +0000 (-0700) Subject: blkcg: simplify blkg_conf_prep() X-Git-Tag: v3.5-rc1~42^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726fa6945e6e5f0389bf47a790e1df734a67de54;p=pandora-kernel.git blkcg: simplify blkg_conf_prep() blkg_conf_prep() implements "MAJ:MIN VAL" parsing manually, which is unnecessary. Just use sscanf("%u:%u %llu"). This might not reject some malformed input (extra input at the end) but we don't care. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed