diff options
author | Nicolai Stange <nicstange@gmail.com> | 2017-10-31 00:15:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-07 20:25:02 +0100 |
commit | 7c8d469877b16d2c1cecf101a0abb7b218db85bc (patch) | |
tree | a6d2637db3d3d721e0079fd70e9f95ede449b942 /fs/crypto | |
parent | 2ec16150179888b81717d1d3ce84e634f4736af2 (diff) | |
download | linux-7c8d469877b16d2c1cecf101a0abb7b218db85bc.tar.bz2 |
debugfs: add support for more elaborate ->d_fsdata
Currently, the user provided fops, "real_fops", are stored directly into
->d_fsdata.
In order to be able to store more per-file state and thus prepare for more
granular file removal protection, wrap the real_fops into a dynamically
allocated container struct, debugfs_fsdata.
A struct debugfs_fsdata gets allocated at file creation and freed from the
newly intoduced ->d_release().
Finally, move the implementation of debugfs_real_fops() out of the public
debugfs header such that struct debugfs_fsdata's declaration can be kept
private.
Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/crypto')
0 files changed, 0 insertions, 0 deletions