umount usr data partition 33/15133/1
authorByungsoo Kim <bs1770.kim@samsung.com>
Sat, 18 May 2013 05:02:19 +0000 (14:02 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 11:03:06 +0000 (12:03 +0100)
commit1a18d5f42450b064a0707215ccca62af2d826acc
treeced3dc8c402f5aba2e900c0503cdff4cf93d7ff2
parent5777b351e944b60dff592b271bce4612b02834e9
umount usr data partition

Because system-server connected with /opt/usr, we couldn't send sigterm signal.
Instead of sending signal, use MNT_DETACH option for unmounting rw user data partition. System-server called kernel power off after unmounting /opt/usr partition successfully.

Change-Id: I458f273c5855cff9499c737535d8a0a0a4e25371
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
src/power/power-handler.c [changed mode: 0644->0755]