]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - mm/page-writeback.c
writeback: s/bdi/wb/ in mm/page-writeback.c
authorTejun Heo <tj@kernel.org>
Fri, 22 May 2015 21:13:29 +0000 (17:13 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 2 Jun 2015 14:33:34 +0000 (08:33 -0600)
commitde1fff37b2781f9caae7bbb7b79fa788a9bb1115
tree9e77d3e65ab95edd503ecbb63c043c6ad8a2d5cd
parenta88a341a73be4ef035ca26170c849f002797da27
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>
mm/page-writeback.c