summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-07-30 13:36:42 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-30 13:36:42 +1000
commitda48f345973f7babef857383058632200ef82c68 (patch)
tree46475066c96512ebfb43289c6fe8098539701ca8 /kernel
parent66997fbfeeb4d63f71026ef7b06f190dee6b07fb (diff)
parent90e56dba21f7a4481acbcd4cdc12644080398339 (diff)
Merge commit 'block/for-next'
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 3737a682cdf5..ea255fe6c344 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -599,6 +599,7 @@ static struct inode_operations cgroup_dir_inode_operations;
static struct file_operations proc_cgroupstats_operations;
static struct backing_dev_info cgroup_backing_dev_info = {
+ .name = "cgroup",
.capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK,
};