X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fsysfs%2Finode.c;h=e28cecf179f50d6c746312baac37b045a326d5da;hb=4406c56d0a4da7a37b9180abeaece6cd00bcc874;hp=2b6a8d9de73dfd0ddba64ba0113a23f6f01fc929;hpb=ddd29ec6597125c830f7badb608a86c98b936b64;p=mirror_ubuntu-bionic-kernel.git diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index 2b6a8d9de73d..e28cecf179f5 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c @@ -31,6 +31,7 @@ static const struct address_space_operations sysfs_aops = { }; static struct backing_dev_info sysfs_backing_dev_info = { + .name = "sysfs", .ra_pages = 0, /* No readahead */ .capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK, };