diff options
| author | Ilya Dryomov <[email protected]> | 2013-12-24 21:19:24 +0200 |
|---|---|---|
| committer | Ilya Dryomov <[email protected]> | 2013-12-31 20:32:13 +0200 |
| commit | 2a4ba74ef67ad3a1645d78487ed7ccd0f40063c0 (patch) | |
| tree | 982247d141e7ca8c4206fec90c81ef0b53d0a674 | |
| parent | 8f99c85b7ad55faecaab9d29fd7d12f1601c2eea (diff) | |
crush: fix some comments
Reflects ceph.git commit 3cef755428761f2481b1dd0e0fbd0464ac483fc5.
Signed-off-by: Ilya Dryomov <[email protected]>
Reviewed-by: Sage Weil <[email protected]>
| -rw-r--r-- | net/ceph/crush/mapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/crush/mapper.c b/net/ceph/crush/mapper.c index 71192b1f8501..82cab7d3e89d 100644 --- a/net/ceph/crush/mapper.c +++ b/net/ceph/crush/mapper.c @@ -565,7 +565,7 @@ int crush_do_rule(const struct crush_map *map, /* copy final _leaf_ values to output set */ memcpy(o, c, osize*sizeof(*o)); - /* swap t and w arrays */ + /* swap o and w arrays */ tmp = o; o = w; w = tmp; |