commit | 50779cc264aa1abd75aa5afa34740d4fd8481f1d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 06 19:13:44 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 23 16:08:46 2010 +0200 |
tree | 6489782c15486ff9d7d7325513890554d6d00888 | |
parent | 6db956039db8a6333265d458be561dc1bc2b4481 [diff] |
block: split raw_getlength Split up the raw_getlength into separate generic, solaris and BSD versions to reduce the ifdef maze a bit. The BSD variant still is a complete maze, but to clean it up properly we'd need some people using the BSD variants to figure out what code is used for what variant. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>