[gnome-vfs] Mark netware mounts as non-local (#582304)



commit f732047ada92a99f1f0cd3ceb7b76499789990f8
Author: Alexander Larsson <alexl redhat com>
Date:   Mon May 25 10:37:14 2009 +0200

    Mark netware mounts as non-local (#582304)
    
    Filesystems of type "novfs" come from Novell Client for Linux, i.e.
    they are remote Netware mounts.
---
 modules/file-method.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/file-method.c b/modules/file-method.c
index b74535d..37e4853 100644
--- a/modules/file-method.c
+++ b/modules/file-method.c
@@ -1273,6 +1273,7 @@ do_is_local (GnomeVFSMethod *method,
 			    (strcmp (type, "afs") != 0) &&
 			    (strcmp (type, "autofs") != 0) &&
 			    (strcmp (type, "unknown") != 0) &&
+			    (strcmp (type, "novfs") != 0) &&
 			    (strcmp (type, "ncpfs") != 0));
 		G_UNLOCK (fstype);
 	} else {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]