diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-15 16:39:36 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-15 17:16:51 +0100 |
commit | ffd4820ffe953b0583e3a9357e37d74bed3a2320 (patch) | |
tree | f092d285f9c29c7bec17efdbe2cd16a55d168179 /src/MAX_PROC_NR | |
parent | ff38fea645e69e8f4d84f2691dac3116d9bac1c4 (diff) | |
download | libguestfs-ffd4820ffe953b0583e3a9357e37d74bed3a2320.tar.gz libguestfs-ffd4820ffe953b0583e3a9357e37d74bed3a2320.tar.xz libguestfs-ffd4820ffe953b0583e3a9357e37d74bed3a2320.zip |
New API: part-to-dev: Convert partition name to device name.
This adds a formal API for going from a partition to the containing
device, eg. /dev/sda1 -> /dev/sda
Diffstat (limited to 'src/MAX_PROC_NR')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index e6a4f00b..31e9cf9a 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -271 +272 |