summaryrefslogtreecommitdiffstats
path: root/package/kvm-unit-tests
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-11-05 14:38:11 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-05 23:32:46 +0100
commitab1b6f7df4355244dfc54b877889ff7a3cde02a0 (patch)
tree8ca4f47f6e9b1c3286a9f4f85c7dad960080dd01 /package/kvm-unit-tests
parentf55a63f95359da1edbfba1fbed26cf9d7c1bb897 (diff)
downloadbuildroot-ab1b6f7df4355244dfc54b877889ff7a3cde02a0.tar.gz
buildroot-ab1b6f7df4355244dfc54b877889ff7a3cde02a0.zip
makedevs: resync device creation with upstream busybox
In upstream busbyox, the code to create devices has been simplified: the code for a single and for multiple devices is no longer duplicated. Since we are going to change the device creation code next, it's convenient to have only one copy to modify. There are two behavioural changes with this, but they were introduced silently together with other commits in upstream busybox. - When mknod() fails, the chmod was still done. This is pointless so it is no longer done now. - There was a check for mode != -1; however, a mode of -1 would not have worked anyway because all bits would be set for mknod(), which would fail. So this check is redundant. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Fabio Estevam <festevam@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kvm-unit-tests')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud