Skip to content

Commit

Permalink
Remove unused configure.d symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
  • Loading branch information
robertbaldyga committed Sep 13, 2024
1 parent f728991 commit fb902d4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 174 deletions.
34 changes: 0 additions & 34 deletions configure.d/1_append_bio.conf

This file was deleted.

5 changes: 1 addition & 4 deletions configure.d/1_bio_iter.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2022 Intel Corporation
# Copyright(c) 2024 Huawei Technologies
# SPDX-License-Identifier: BSD-3-Clause
#

Expand All @@ -25,15 +26,11 @@ apply() {
"1")
add_define "CAS_BIO_BISIZE(bio) \\
bio->bi_iter.bi_size"
add_define "CAS_BIO_BIIDX(bio) \\
bio->bi_iter.bi_idx"
add_define "CAS_BIO_BISECTOR(bio) \\
bio->bi_iter.bi_sector" ;;
"2")
add_define "CAS_BIO_BISIZE(bio) \\
bio->bi_size"
add_define "CAS_BIO_BIIDX(bio) \\
bio->bi_idx"
add_define "CAS_BIO_BISECTOR(bio) \\
bio->bi_sector" ;;
*)
Expand Down
34 changes: 0 additions & 34 deletions configure.d/1_blk_end_req.conf

This file was deleted.

31 changes: 0 additions & 31 deletions configure.d/1_kallsyms_on_each_symbol.conf

This file was deleted.

33 changes: 0 additions & 33 deletions configure.d/1_queue_bounce.conf

This file was deleted.

38 changes: 0 additions & 38 deletions configure.d/1_queue_lock.conf

This file was deleted.

0 comments on commit fb902d4

Please sign in to comment.