Myklebust, Trond [Trond.Myklebust@xxxxxxxxxx] wrote: > No. Please don't strip the multiple slashes either. Just leave the path > alone after you've separated it from the devicename. > > It is quite OK to normalize the path on the _client_ side (i.e. > change //mnt to /mnt or whatever) but don't touch the server side. As I understand, we can normalize and store it in /etc/mtab and normalization is done by the kernel for /proc/mounts. In other words, follow the kernel and make the /etc/mtab entries consistent with the kernel. In my patch, I decided to normalize at umount time when we compare the mtab and proc file entries. Any opinion on which one is better? Thanks, Malahal. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html