diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-08-29 11:20:36 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-30 00:34:44 +0300 |
commit | 1ffa7bfab40a4f3b47ee9ddd95fdef0f7f6744b8 (patch) | |
tree | 29944c18d490ed913e3a204adcbec828855c10d4 /drivers/block/drbd/drbd_state.c | |
parent | e1fbc4ca9d0353a932994cb1ac38e87e5a211a9f (diff) | |
download | linux-1ffa7bfab40a4f3b47ee9ddd95fdef0f7f6744b8.tar.xz |
drbd: mark symbols static where possible
We get a few warnings when building kernel with W=1:
drbd/drbd_receiver.c:1224:6: warning: no previous prototype for 'one_flush_endio' [-Wmissing-prototypes]
drbd/drbd_req.c:1450:6: warning: no previous prototype for 'send_and_submit_pending' [-Wmissing-prototypes]
drbd/drbd_main.c:924:6: warning: no previous prototype for 'assign_p_sizes_qlim' [-Wmissing-prototypes]
....
In fact, these functions are only used in the file in which they are
declared and don't need a declaration, but can be made static.
So this patch marks these functions with 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/drbd/drbd_state.c')
0 files changed, 0 insertions, 0 deletions