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