diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-12 16:38:57 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-14 13:08:21 +0100 |
commit | 95d26f02405c090f886fc2c47a9e51ca37f9c09e (patch) | |
tree | a02f6d76a67c34f9047c185153a6d228a68046b4 /resize/resize.ml | |
parent | e055bf4caba24fd24153984770ffe71b42003f76 (diff) | |
download | libguestfs-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.ml | 2 |
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. |