]> granicus.if.org Git - strace/commit
mount: update parser to match kernel behaviour
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Jun 2015 10:53:25 +0000 (10:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Jun 2015 10:55:19 +0000 (10:55 +0000)
commita8630727061625e4e5013f7037e732dfb6e41f40
tree0bd6d2135824234addee6f50b9afdd56605621b2
parentc8cf5fed1d6829b5978e7e745178cec653bfb9b6
mount: update parser to match kernel behaviour

* mount.c (sys_mount): Do not decode type and data strings for
MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
that do not imply valid strings.
mount.c