X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=debian%2Fpatches%2Ffix-unexpected-removal-on-dir-move-r337.patch;h=8cb8de258b9f085bcf2ab86f21ddc208a4285191;hp=376fb8240002c3a856ea03e4e6a254ebabc6748c;hb=78448d7ddab545ed0833e3355b362c611cbf282a;hpb=a74a95ae5b5a6e063356838136067e049b30acc1 diff --git a/debian/patches/fix-unexpected-removal-on-dir-move-r337.patch b/debian/patches/fix-unexpected-removal-on-dir-move-r337.patch index 376fb82..8cb8de2 100644 --- a/debian/patches/fix-unexpected-removal-on-dir-move-r337.patch +++ b/debian/patches/fix-unexpected-removal-on-dir-move-r337.patch @@ -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. -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;