]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4bd74e4ab05b23d12b101e566475b4dc457d0b75
tree05e0a69c1ddeeba9b59d34eccb1f043e4643e4b7
parent14d62daa3b38af1a428cc43253330e43726bccb9
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