device-dax: Drop register_filesystem()
authorDan Williams <dan.j.williams@intel.com>
Mon, 20 May 2019 12:44:57 +0000 (13:44 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 21 May 2019 07:23:41 +0000 (08:23 +0100)
commit1a6e9e76b713d9632783efe78295ed3507fdad64
tree05e0a69c1ddeeba9b59d34eccb1f043e4643e4b7
parent7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4
device-dax: Drop register_filesystem()

The device-dax fs is only there to allocate a common inode for each
device-node that refers to the same device by major:minor. It is
otherwise not user mountable and need not be displayed in
/proc/filesystems.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/dax/super.c