Skip to content

Commit b2261de

Browse files
Yue Haibingaxboe
authored andcommitted
blk-cgroup: Remove unused declaration blkg_path()
Commit bb7e5a1 ("block, bfq: remove blkg_path()") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent a28dc35 commit b2261de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/blk-cgroup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ static inline void blkcg_deactivate_policy(struct gendisk *disk,
485485
static inline struct blkg_policy_data *blkg_to_pd(struct blkcg_gq *blkg,
486486
struct blkcg_policy *pol) { return NULL; }
487487
static inline struct blkcg_gq *pd_to_blkg(struct blkg_policy_data *pd) { return NULL; }
488-
static inline char *blkg_path(struct blkcg_gq *blkg) { return NULL; }
489488
static inline void blkg_get(struct blkcg_gq *blkg) { }
490489
static inline void blkg_put(struct blkcg_gq *blkg) { }
491490
static inline void blkcg_bio_issue_init(struct bio *bio) { }

0 commit comments

Comments
 (0)