commit | 8810fd25213929b5fd33114f2ef5c56913d4452a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Nov 02 15:57:53 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Jan 14 11:31:19 2019 -0600 |
tree | 7e09b1de0787019505d8056aafb0c79006821643 | |
parent | f27be09936ba2b009fb265e195afaa776b187614 [diff] |
fs/sockfs: Don't register the sockfs filesystem The use of mount_psuedo_xattr which sets SB_NOUSER makes it impossible for userspace to mount the sockfs filesystem. This makes registering the filesystem useless. So stop registering the filesystem. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>