Handle filesystems (like ntfs-3g) that return EEXIST instead of ENOTEMPTY

2008-02-26  Alexander Larsson  <alexl@redhat.com>

        * glocalfile.c:
        (g_local_file_delete):
	Handle filesystems (like ntfs-3g) that return EEXIST instead
	of ENOTEMPTY (#518816)


svn path=/trunk/; revision=6598
This commit is contained in:
Alexander Larsson
2008-02-27 11:16:58 +00:00
committed by Alexander Larsson
parent d01acfe811
commit f0e54fd328
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2008-02-26 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
(g_local_file_delete):
Handle filesystems (like ntfs-3g) that return EEXIST instead
of ENOTEMPTY (#518816)
2008-02-25 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.6 ===