blkcg: blkg_rwstat_read() was missing inline
authorTejun Heo <tj@kernel.org>
Mon, 16 Apr 2012 20:57:22 +0000 (13:57 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Apr 2012 08:06:16 +0000 (10:06 +0200)
commitc94bed89995e638e43a6663177358b9d20617361
tree901c1a4aa7cde07cb921889b94ea2cafd15e79b7
parent6d18b008daf46bcd82b8ae250aae0785f9714096
blkcg: blkg_rwstat_read() was missing inline

blkg_rwstat_read() in blk-cgroup.h was missing inline modifier causing
compile warning depending on configuration.  Add it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.h