summaryrefslogtreecommitdiffstats
path: root/samples/statx
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2019-04-25 00:48:35 +0800
committerJens Axboe <axboe@kernel.dk>2019-04-24 10:56:28 -0600
commit2d17456eb1cc78803b999fdd503c2dbd42a7d3da (patch)
tree0b6c5d67389fbeb3ff2ca17349fae2f9ba6eda94 /samples/statx
parentce3e4cfb59cb382f8e5ce359238aa580d4ae7778 (diff)
downloadlinux-2d17456eb1cc78803b999fdd503c2dbd42a7d3da.tar.bz2
bcache: add comments for kobj release callback routine
Bcache has several routines to release resources in implicit way, they are called when the associated kobj released. This patch adds code comments to notice when and which release callback will be called, - When dc->disk.kobj released: void bch_cached_dev_release(struct kobject *kobj) - When d->kobj released: void bch_flash_dev_release(struct kobject *kobj) - When c->kobj released: void bch_cache_set_release(struct kobject *kobj) - When ca->kobj released void bch_cache_release(struct kobject *kobj) Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'samples/statx')
0 files changed, 0 insertions, 0 deletions