9551N/A--- gnome-vfs-2.6.0/libgnomevfs/gnome-vfs-volume-monitor.c 2003-12-05 01:46:55.000000000 +0530
9551N/A+++ gnome-vfs-2.6.0-new/libgnomevfs/gnome-vfs-volume-monitor.c 2004-11-10 20:48:37.559906000 +0530
9551N/A@@ -659,7 +659,9 @@ gnome_vfs_volume_monitor_get_volume_for_
9551N/A g_mutex_lock (volume_monitor->priv->mutex);
9551N/A for (l = volume_monitor->priv->mtab_volumes; l != NULL; l = l->next) {
9551N/A volume = l->data;
9551N/A- if (volume->priv->unix_device == device) {
9551N/A+ if (volume->priv->unix_device == device &&
9551N/A+ volume->priv->filesystem_type &&
9551N/A+ strcmp (volume->priv->filesystem_type, "lofs")) {
9551N/A res = gnome_vfs_volume_ref (volume);
9551N/A break;
9551N/A }