[maemo-commits] [maemo-commits] r11244 - projects/haf/trunk/osso-gnome-vfs2/debian/patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 24 18:00:18 EEST 2007
Author: martyn
Date: 2007-04-24 18:00:15 +0300 (Tue, 24 Apr 2007)
New Revision: 11244

Modified:
   projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch
Log:
The upstream fix we have taken for patch 29 was updated, so we are updating the patch accordingly

Modified: projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch	2007-04-24 14:54:30 UTC (rev 11243)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch	2007-04-24 15:00:15 UTC (rev 11244)
@@ -1,25 +1,3 @@
-Index: debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch
-===================================================================
---- debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch	(revision 11242)
-+++ debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch	(working copy)
-@@ -1,16 +1,2 @@
--Index: modules/inotify-path.c
-+Index: debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch
- ===================================================================
----- modules/inotify-path.c	(revision 5322)
--+++ modules/inotify-path.c	(working copy)
--@@ -376,8 +376,8 @@
-- 	if (event->mask & IP_INOTIFY_MASK)
-- 		ip_event_dispatch (dir_list, pair_dir_list, event);
-- 
---	/* We have to manage the missing list when we get a DELETE event. */
---	if (event->mask & IN_DELETE_SELF || event->mask & IN_MOVE_SELF)
--+	/* We have to manage the missing list when we get a DELETE/UNMOUNT event. */
--+	if (event->mask & IN_DELETE_SELF || event->mask & IN_MOVE_SELF || event->mask & IN_UNMOUNT)
-- 	{
-- 		/* Add all subscriptions to missing list */
-- 		g_list_foreach (dir_list, ip_wd_delete, NULL);
--
 Index: modules/inotify-helper.c
 ===================================================================
 --- modules/inotify-helper.c	(revision 11226)


More information about the maemo-commits mailing list