writeback: add name to backing_dev_info
This enables us to track who does what and print info. Its main use is catching dirty inodes on the default_backing_dev_info, so we can fix that up. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -822,6 +822,7 @@ static const struct file_operations zero_fops = {
|
||||
* - permits private mappings, "copies" are taken of the source of zeros
|
||||
*/
|
||||
static struct backing_dev_info zero_bdi = {
|
||||
.name = "char/mem",
|
||||
.capabilities = BDI_CAP_MAP_COPY,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user