Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204787
b: refs/heads/master
c: 43df95c
h: refs/heads/master
i:
  204785: 25ac24e
  204783: c00efef
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 27, 2010
1 parent 5842704 commit 17569aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5915100106b8f14a38053ad6c03a664d208aeaa2
refs/heads/master: 43df95c44e71d009b5a73f104ff183f73af9526f
4 changes: 2 additions & 2 deletions trunk/drivers/xen/xenfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static struct file_system_type xenfs_type = {

static int __init xenfs_init(void)
{
if (xen_pv_domain())
if (xen_domain())
return register_filesystem(&xenfs_type);

printk(KERN_INFO "XENFS: not registering filesystem on non-xen platform\n");
Expand All @@ -74,7 +74,7 @@ static int __init xenfs_init(void)

static void __exit xenfs_exit(void)
{
if (xen_pv_domain())
if (xen_domain())
unregister_filesystem(&xenfs_type);
}

Expand Down

0 comments on commit 17569aa

Please sign in to comment.