commit | e61eb2e93fe86931d46831752a82dab25a5335ca | [log] [tgz] |
---|---|---|
author | Yang Zhang <kthreadd@gmail.com> | Fri Dec 17 09:00:18 2010 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Dec 17 09:00:18 2010 +0100 |
tree | 631aeb9bf8614903972a6a9945040a4d528f1029 | |
parent | b9f985b6e05ebd7af2aaef0eb3ae369390ef191f [diff] |
fs/block: type signature of major_to_index(int) to major_to_index(unsigned) The major/minor device numbers are always defined and used as `unsigned'. Signed-off-by: Yang Zhang <kthreadd@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>