]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crush: crush_init_workspace starts with struct crush_work
authorIlya Dryomov <idryomov@gmail.com>
Thu, 22 Jun 2017 17:44:05 +0000 (19:44 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 7 Jul 2017 15:25:19 +0000 (17:25 +0200)
commitb88ed8d84fbd1e652cc7a1f6e03550d2b4edf653
treee6c75686594a16874cd1edce8bd50b5638dcb69d
parent5cf9c4a9959b6273675310d14a834ef14fbca37c
crush: crush_init_workspace starts with struct crush_work

It is not just a pointer to crush_work, it is the whole structure.
That is not a problem since it only contains a pointer. But it will
be a problem if new data members are added to crush_work.

Reflects ceph.git commit ee957dd431bfbeb6dadaf77764db8e0757417328.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/crush/mapper.c