From: Richard W.M. Jones Date: Wed, 9 Nov 2011 17:54:38 +0000 (+0000) Subject: New API: Bind the tune2fs command. X-Git-Tag: 1.15.4~12 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=c81a16a4e2e703d0aaa595151602bcf03430f6ab;hp=c81a16a4e2e703d0aaa595151602bcf03430f6ab;p=libguestfs.git New API: Bind the tune2fs command. Previously we bound the 'tune2fs -l' command so that we could list out the tunables of an ext2/3/4 filesystem. Also commands like set_e2label and set_e2uuid used tune2fs. This commit binds many of the tunables that can be set using tune2fs. The coverage is not complete, but we can add more later because this uses optional parameters so the call is extensible without breaking ABI. The current change gives us enough for using libguestfs within OpenStack. ---