summaryrefslogtreecommitdiffstats
path: root/resize/resize.ml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-12 16:38:57 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-14 13:08:21 +0100
commit95d26f02405c090f886fc2c47a9e51ca37f9c09e (patch)
treea02f6d76a67c34f9047c185153a6d228a68046b4 /resize/resize.ml
parente055bf4caba24fd24153984770ffe71b42003f76 (diff)
downloadlibguestfs-95d26f02405c090f886fc2c47a9e51ca37f9c09e.tar.gz
libguestfs-95d26f02405c090f886fc2c47a9e51ca37f9c09e.tar.xz
libguestfs-95d26f02405c090f886fc2c47a9e51ca37f9c09e.zip
generator: Rename 'ntfsresize_opts' API to 'ntfsresize'.
By using the once_had_no_optargs flag, this change is backwards compatible for callers.
Diffstat (limited to 'resize/resize.ml')
-rw-r--r--resize/resize.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/resize.ml b/resize/resize.ml
index 9ef2bbd3..90b4e991 100644
--- a/resize/resize.ml
+++ b/resize/resize.ml
@@ -1139,7 +1139,7 @@ let () =
let do_expand_content target = function
| PVResize -> g#pvresize target
| Resize2fs -> g#resize2fs target
- | NTFSResize -> g#ntfsresize_opts ~force:ntfsresize_force target
+ | NTFSResize -> g#ntfsresize ~force:ntfsresize_force target
| BtrfsFilesystemResize ->
(* Complicated ... Btrfs forces us to mount the filesystem
* in order to resize it.