blkcg: drop blkiocg_file_write_u64()
commit627f29f48158c3088cc55a25d8650cae455ff63b
authorTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:43 +0000 (1 14:38 -0700)
committerTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:43 +0000 (1 14:38 -0700)
treec8b2eb5250fbf15e5f932d15714b37f2ff6227a7
parentd3d32e69fa368e131b25ee68806aa3fd3916cec1
blkcg: drop blkiocg_file_write_u64()

blkiocg_file_write_u64() has single switch case.  Drop
blkiocg_file_write_u64(), rename blkio_weight_write() to
blkcg_set_weight() and use it directly for .write_u64 callback.

Signed-off-by: Tejun Heo <tj@kernel.org>
block/blk-cgroup.c