diff options
Diffstat (limited to 'drivers/xen/xenfs/super.c')
-rw-r--r-- | drivers/xen/xenfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c index 3cf7707217f2..8c7462866e90 100644 --- a/drivers/xen/xenfs/super.c +++ b/drivers/xen/xenfs/super.c | |||
@@ -96,6 +96,8 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent) | |||
96 | &xsd_kva_file_ops, NULL, S_IRUSR|S_IWUSR); | 96 | &xsd_kva_file_ops, NULL, S_IRUSR|S_IWUSR); |
97 | xenfs_create_file(sb, sb->s_root, "xsd_port", | 97 | xenfs_create_file(sb, sb->s_root, "xsd_port", |
98 | &xsd_port_file_ops, NULL, S_IRUSR|S_IWUSR); | 98 | &xsd_port_file_ops, NULL, S_IRUSR|S_IWUSR); |
99 | xenfs_create_file(sb, sb->s_root, "privcmd", | ||
100 | &privcmd_file_ops, NULL, S_IRUSR|S_IWUSR); | ||
99 | } | 101 | } |
100 | 102 | ||
101 | return rc; | 103 | return rc; |