Re: [PATCH 5/6] trans/mtab: do not map unknown source strings to "none"

2014-02-24 Thread Samuel Thibault
Justus Winter, le Tue 11 Feb 2014 17:13:11 +0100, a écrit : > Previously, map_device_to_path mapped unknown device strings to > "none". Return a copy of the original source string instead so that > e.g. nfs mount point points are properly handled. Ack > * trans/mtab.c (map_device_to_path): Do no

[PATCH 5/6] trans/mtab: do not map unknown source strings to "none"

2014-02-11 Thread Justus Winter
Previously, map_device_to_path mapped unknown device strings to "none". Return a copy of the original source string instead so that e.g. nfs mount point points are properly handled. * trans/mtab.c (map_device_to_path): Do not map unknown source strings to "none". --- trans/mtab.c | 2 +- 1 file