Commit 435a120
rbd: make const pointer spaces a static const array
Don't populate the const array spaces on the stack but make it static
const and make the pointer an array to remove a dereference. Shrinks
object code a little too. Also clean up intent, currently it is spaces
and should be a tab.
Signed-off-by: Colin Ian King <colin.i.king@googlemail.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>1 parent 8e55ba8 commit 435a120
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6191 | 6191 | | |
6192 | 6192 | | |
6193 | 6193 | | |
6194 | | - | |
| 6194 | + | |
6195 | 6195 | | |
6196 | 6196 | | |
6197 | 6197 | | |
| |||
0 commit comments