From de1fff37b2781f9caae7bbb7b79fa788a9bb1115 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 22 May 2015 17:13:29 -0400 Subject: [PATCH] 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 Reviewed-by: Jan Kara Cc: Wu Fengguang Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-format-patch failed