commit | 47320fbe11a6059ae502c9c16b668022fdb4cf76 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 25 19:56:13 2019 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Mon Sep 02 22:10:44 2019 +0200 |
tree | fc3f4623904bf518c2ed13806decb56f8c1f8b6d | |
parent | f19e4ed1e1edbfa3c9ccb9fed17759b7d6db24c6 [diff] |
configfs: new object reprsenting tree fragments Refcounted, hangs of configfs_dirent, created by operations that add fragments to configfs tree (mkdir and configfs_register_{subsystem,group}). Will be used in the next commit to provide exclusion between fragment removal and ->show/->store calls. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christoph Hellwig <hch@lst.de>