|
@@ -46,6 +46,7 @@ static const struct super_operations ramfs_ops;
|
|
static const struct inode_operations ramfs_dir_inode_operations;
|
|
static const struct inode_operations ramfs_dir_inode_operations;
|
|
|
|
|
|
static struct backing_dev_info ramfs_backing_dev_info = {
|
|
static struct backing_dev_info ramfs_backing_dev_info = {
|
|
|
|
+ .name = "ramfs",
|
|
.ra_pages = 0, /* No readahead */
|
|
.ra_pages = 0, /* No readahead */
|
|
.capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK |
|
|
.capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK |
|
|
BDI_CAP_MAP_DIRECT | BDI_CAP_MAP_COPY |
|
|
BDI_CAP_MAP_DIRECT | BDI_CAP_MAP_COPY |
|