]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - debian/patches/fix-unexpected-removal-on-dir-move-r337.patch
Refresh patches to -p1 level and add README.source
[sven/fuse-exfat.git] / debian / patches / fix-unexpected-removal-on-dir-move-r337.patch
index 376fb8240002c3a856ea03e4e6a254ebabc6748c..8cb8de258b9f085bcf2ab86f21ddc208a4285191 100644 (file)
@@ -2,10 +2,10 @@ Fixed unexpected removal of a directory if it is moved into itself: return
 EINVAL in this situation. It also happens when trying to change directory name
 case.
 Picked from upstream svn r337.
 EINVAL in this situation. It also happens when trying to change directory name
 case.
 Picked from upstream svn r337.
-Index: libexfat/node.c
+Index: fuse-exfat/libexfat/node.c
 ===================================================================
 ===================================================================
---- libexfat/node.c.orig       2013-01-25 22:09:06.197124362 +0100
-+++ libexfat/node.c    2013-01-25 22:11:41.273118704 +0100
+--- fuse-exfat.orig/libexfat/node.c    2013-01-25 22:12:09.529117673 +0100
++++ fuse-exfat/libexfat/node.c 2013-01-25 22:22:56.473094067 +0100
 @@ -905,6 +905,23 @@
                exfat_put_node(ef, node);
                return rc;
 @@ -905,6 +905,23 @@
                exfat_put_node(ef, node);
                return rc;