commit | 39508e7adb0de3ef69caa1b494d823d8ac11d3f3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 23 12:25:17 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jul 02 13:18:01 2010 +0200 |
tree | dfa21d828a7e8ea6c0b0af55a4c9013b4a120992 | |
parent | 19dbcbf7cc1892f5130b4edd5a4bb4ca800ef7d8 [diff] |
block: allow filenames with colons again for host devices Before the raw/file split we used to allow filenames with colons for host device only. While this was more by accident than by design people rely on it, so we need to bring it back. So move the host device probing to be before the protocol detection again. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>