From d387a5c50bca619d56f276a69627c2e1c6e5c548 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 10 Dec 2012 06:10:46 -0500 Subject: [PATCH] cifs: parse the device name into UNC and prepath This should fix a regression that was introduced when the new mount option parser went in. Also, when the unc= and prefixpath= options are provided, check their values against the ones we parsed from the device string. If they differ, then throw a warning that tells the user that we're using the values from the unc= option for now, but that that will change in 3.10. Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-format-patch failed