commit | 84e5d1363cd8128820434cdb983ecab0f5c1b078 | [log] [tgz] |
---|---|---|
author | Qinglang Miao <[email protected]> | Thu Oct 01 14:50:44 2020 +0800 |
committer | Jens Axboe <[email protected]> | Fri Oct 02 14:25:29 2020 -0600 |
tree | 2e83970c55388159358d73100fd4b98193e63f08 | |
parent | 7e59c506c338d1e42ed19f24f1a737aff8b18fc3 [diff] |
bcache: Convert to DEFINE_SHOW_ATTRIBUTE Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. As inode->iprivate equals to third parameter of debugfs_create_file() which is NULL. So it's equivalent to original code logic. Signed-off-by: Qinglang Miao <[email protected]> Signed-off-by: Coly Li <[email protected]> Signed-off-by: Jens Axboe <[email protected]>