summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/mount_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mount_local.c b/examples/mount_local.c
index 526e426f..3e18fd90 100644
--- a/examples/mount_local.c
+++ b/examples/mount_local.c
@@ -83,7 +83,7 @@ main (int argc, char *argv[])
exit (EXIT_FAILURE);
/* Mount the empty filesystem. */
- if (guestfs_mount (g, "/dev/sda1", "/") == -1)
+ if (guestfs_mount_options (g, "acl,user_xattr", "/dev/sda1", "/") == -1)
exit (EXIT_FAILURE);
/* Create a temporary mount directory. */