Am 06.04.2010 19:13, schrieb Christoph Hellwig: > 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 <h...@lst.de>
Acked-by: Kevin Wolf <kw...@redhat.com> This is the same logic that was already correct in v1, only superfluous #ifdefs are removed. Pushed both v2 patches to my block branch. Kevin