[gvfs] Don't add a volume if the device is mounted and ignored



commit 965a1d6ca3556e2c93a30f230f7529b7eee8c525
Author: David Zeuthen <davidz redhat com>
Date:   Thu Apr 9 19:33:35 2009 -0400

    Don't add a volume if the device is mounted and ignored
    
    This fixes a problem where e.g. /dev/sdb1 a) is not referenced in
    /etc/fstab; and b) is mounted in an ignored location e.g. /mnt/live.
    
    Specifically this bug affects the Fedora Live CD, see
    https://bugzilla.redhat.com/show_bug.cgi?id=495033 for details.
---
 monitor/gdu/ggduvolumemonitor.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/monitor/gdu/ggduvolumemonitor.c b/monitor/gdu/ggduvolumemonitor.c
index b52ee11..93aaf03 100644
--- a/monitor/gdu/ggduvolumemonitor.c
+++ b/monitor/gdu/ggduvolumemonitor.c
@@ -671,9 +671,6 @@ should_mount_be_ignored (GduPool *pool, GduDevice *d)
 
   ret = FALSE;
 
-  if (gdu_device_is_mounted (d))
-    goto out;
-
   mount_path = gdu_device_get_mount_path (d);
   if (mount_path == NULL || strlen (mount_path) == 0)
     goto out;



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