commit | 41be740c85792fe4e7a844e5ddecd3a86600e49e | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@sandeen.net> | Sat Oct 19 09:58:14 2024 -0500 |
committer | Eric Sandeen <sandeen@sandeen.net> | Sat Oct 19 09:58:14 2024 -0500 |
tree | b0103f37b177a7422b2f6c24740575e61ff41a28 | |
parent | 3d5ad2d4eca337e80f38df77de89614aa5aaceb9 [diff] |
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>