commit | 0b52075ee62301dd150c9f2c3ddd0035ed894cde | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 23 16:02:47 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 03:29:27 2019 -0500 |
tree | bb5b54d2fee0e0e37f73635030dc0e25e93c9aa5 | |
parent | cb50b348c71ffa90d7d1b2a494b553b5099bc090 [diff] |
introduce cloning of fs_context new primitive: vfs_dup_fs_context(). Comes with fs_context method (->dup()) for copying the filesystem-specific parts of fs_context, along with LSM one (->fs_context_dup()) for doing the same to LSM parts. [needs better commit message, and change of Author:, anyway] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>