chiark / gitweb /
switch-root: do not use close old_root_fd after rm_rf_children()
authorHarald Hoyer <harald@redhat.com>
Tue, 22 May 2012 13:28:45 +0000 (15:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 May 2012 14:15:09 +0000 (16:15 +0200)
commitb46178e5c2b95062b84257c0601c21c400089c09
tree2e333af86c3f453d63688b0cfc0d4c9c394e7662
parent7925c22a78d44b705c22a0d0972fb151d540697b
switch-root: do not use close old_root_fd after rm_rf_children()

rm_rf_children() has already closed the fd with closedir().
src/core/switch-root.c