commit | 247dbed8c952559222742de21d026d5a2e83e239 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 11 11:37:23 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:24:30 2018 +0200 |
tree | d5045305224c3f10f44fbab068ab04f910aa642d | |
parent | 353861cf05945002c3ddeb2519b0dc5f7bb765d5 [diff] |
ext4: simplify procfs code Use remove_proc_subtree to remove the whole subtree on cleanup, and unwind the registration loop into individual calls. Switch to use proc_create_seq where applicable. Signed-off-by: Christoph Hellwig <hch@lst.de>