summaryrefslogtreecommitdiffstats
path: root/src/MAX_PROC_NR
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-09 17:54:38 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-11 10:48:22 +0000
commitc81a16a4e2e703d0aaa595151602bcf03430f6ab (patch)
treef7853e5ebe6896030a28287c35539bb634cffe34 /src/MAX_PROC_NR
parent9ba779ea367b2ea7077da7bdd75e813cd06c7eea (diff)
downloadlibguestfs-c81a16a4e2e703d0aaa595151602bcf03430f6ab.tar.gz
libguestfs-c81a16a4e2e703d0aaa595151602bcf03430f6ab.tar.xz
libguestfs-c81a16a4e2e703d0aaa595151602bcf03430f6ab.zip
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.
Diffstat (limited to 'src/MAX_PROC_NR')
-rw-r--r--src/MAX_PROC_NR2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR
index 95de1eed..a1f7f63f 100644
--- a/src/MAX_PROC_NR
+++ b/src/MAX_PROC_NR
@@ -1 +1 @@
-297
+298