* Use '--no-canonicalize' option of mount(8) (available in
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 23 Dec 2009 12:51:40 +0000 (12:51 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 23 Dec 2009 12:51:40 +0000 (12:51 +0000)
commit4c3d9b19576c228e1a3c6eab9a6942d9431f6ce4
tree28babd13dc0472ebb7ce251544329eeda32b98ec
parente61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5
* Use '--no-canonicalize' option of mount(8) (available in
util-linux-ng version 2.17 or greater) to avoid calling
readling(2) on the newly mounted filesystem before the mount
procedure is finished.  This has caused a deadlock if audit was
enabled in the kernel.  Also use '--no-canonicalize' for umount to
avoid touching the mounted filesystem.
ChangeLog
lib/mount_util.c