commit | de1fff37b2781f9caae7bbb7b79fa788a9bb1115 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri May 22 17:13:29 2015 -0400 |
committer | Jens Axboe <axboe@fb.com> | Tue Jun 02 08:33:34 2015 -0600 |
tree | 9e77d3e65ab95edd503ecbb63c043c6ad8a2d5cd | |
parent | a88a341a73be4ef035ca26170c849f002797da27 [diff] |
writeback: s/bdi/wb/ in mm/page-writeback.c Writeback operations will now be per wb (bdi_writeback) instead of bdi. Replace the relevant bdi references in symbol names and comments with wb. This patch is purely cosmetic and doesn't make any functional changes. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Jan Kara <jack@suse.cz> Cc: Wu Fengguang <fengguang.wu@intel.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Jens Axboe <axboe@fb.com>