]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
libceph: set page alignment in start_request()
authorAlex Elder <elder@inktank.com>
Thu, 14 Feb 2013 18:16:43 +0000 (12:16 -0600)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:14:29 +0000 (21:14 -0700)
commitf51a822c315e9d4c4c67247bea10e4b8eb795af1
tree88c9284667bdef9d64292df6b26275f8af61a8e4
parentd4b515fa10dd52a2aef88df7299e9f3a8ab0957a
libceph: set page alignment in start_request()

The page alignment field for a request is currently set in
ceph_osdc_build_request().  It's not needed at that point
nor do either of its callers need that value assigned at
any point before they call ceph_osdc_start_request().

So move that assignment into ceph_osdc_start_request().

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
net/ceph/osd_client.c