commit | 2c877a862d6d22ff5324e90b726c7d6a26febfb7 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Fri Aug 02 17:03:10 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Fri Aug 02 17:06:26 2013 +0900 |
tree | 8aa019f7b9589cb3ec4b7745ae045eef9fff1269 | |
parent | 57baa23a3279a4b9e9df0ab92ee20a2c79b839d8 [diff] |
libf2fs: check more conditions on mounted filesystem In the case of lazy umount, "umount -l", some processes are able to use the file system even if its mountpoint was disconnected. At this moment, we should not allow mkfs.f2fs. This patch adds this condition check. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>