devtmpfs: remove ->mount from public instance
    
To finalize mount API conversion, remove the ->mount op from
the public instance in favor of ->get_tree etc. Clone the underlying
ops vector (whether it's shmem or ramfs) and substitute our own get_tree
which simply takes an extra reference on the internal mount as before.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
1 file changed