]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crush/mapper: unsigned -> unsigned int
authorIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 23 Dec 2013 16:12:56 +0000 (18:12 +0200)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 23 Dec 2013 16:12:56 +0000 (18:12 +0200)
commit6e36794fc9b0801f1c14ac824399843035a800c2
tree35ad94eae48dc27fcf9a2d405d2dc40fd7a48e1a
parent13df29e318245f847512a1778e79eaaa527d552e
crush/mapper: unsigned -> unsigned int

Kernel implementation is located in net/, and use of "unsigned int" is
preferred to bare "unsigned" in net tree (as proven by several net/
cleanups).  Follow this guideline to shrink the diff.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/crush/mapper.c