search for: ede6278

Displaying 1 result from an estimated 1 matches for "ede6278".

Did you mean: dev6278
2015 Oct 16
2
[PATCH] New API: ntfsresize_info
..."%" SCNd64, &ret) != 1) + return -1; + return ret; + } + } + + return -1; +} + /* Takes optional arguments, consult optargs_bitmask. */ int do_ntfsfix (const char *device, int clearbadsectors) diff --git a/generator/actions.ml b/generator/actions.ml index 274ef3f..ede6278 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12765,6 +12765,23 @@ Get the estimated minimum filesystem size of an ext2/3/4 filesystem in blocks. See also L<resize2fs(8)>." }; + { defaults with + name = "ntfsresize_info"; added = (1, 31, 17); + styl...