fs/pipefs: Don't register the pipefs filesystem The use of mount_psuedo which sets SB_NOUSER makes it impossible for userspace to mount the pipefs filesystem. This makes registering the filesystem useless. So stop registering the filesystem. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>