Files
android_kernel_xiaomi_sm8450/drivers/misc/cxl
Al Viro 1f58bb18f6 mount_pseudo(): drop 'name' argument, switch to d_make_root()
Once upon a time we used to set ->d_name of e.g. pipefs root
so that d_path() on pipes would work.  These days it's
completely pointless - dentries of pipes are not even connected
to pipefs root.  However, mount_pseudo() had set the root
dentry name (passed as the second argument) and callers
kept inventing names to pass to it.  Including those that
didn't *have* any non-root dentries to start with...

All of that had been pointless for about 8 years now; it's
time to get rid of that cargo-culting...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-05-25 17:59:24 -04:00
..
2018-07-19 14:37:57 +10:00
2016-03-09 23:36:52 +11:00
2017-04-13 23:34:31 +10:00
2018-06-12 16:19:22 -07:00
2018-06-03 20:32:02 +10:00
2015-01-22 17:31:51 +11:00
2017-04-13 23:34:31 +10:00
2019-02-18 22:41:04 +11:00