X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fxen%2Fxenfs%2Fsuper.c;h=a84b53c01436334b68688dca58e75bd54462b023;hb=1e6c4dfdeb040b2dd5c4d6d803ab95c3971ad80c;hp=1aa3897198462112a3bc1db479986653cf0a716f;hpb=968a8516a4f6d76e022842ba774458044d80d12c;p=~andy%2Flinux diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c index 1aa38971984..a84b53c0143 100644 --- a/drivers/xen/xenfs/super.c +++ b/drivers/xen/xenfs/super.c @@ -16,6 +16,8 @@ #include #include "xenfs.h" +#include "../privcmd.h" +#include "../xenbus/xenbus_comms.h" #include @@ -82,9 +84,9 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent) { static struct tree_descr xenfs_files[] = { [1] = {}, - { "xenbus", &xenbus_file_ops, S_IRUSR|S_IWUSR }, + { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, { "capabilities", &capabilities_file_ops, S_IRUGO }, - { "privcmd", &privcmd_file_ops, S_IRUSR|S_IWUSR }, + { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, {""}, }; int rc;