commit | 34c5115a7fb2adb7562b5638264112f5d83bf6cf | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 06 21:47:24 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 06 21:56:22 2020 +0100 |
tree | 97131a45674d17173324ea495174d91820d45671 | |
parent | 696c38ddca99f6d40ee6c4bd1d253a987989bd95 [diff] |
mount: implement -o nosymfollow, remove bogus -o union The (1 << 8) MS_ flag is MS_NOSYMFOLLOW, not MS_UNION. As far as I see in git history of kernel and util-linux, MS_UNION did not ever exist. Why did it appear in our tree in 2009?... function old new delta mount_option_str 379 385 +6 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>