[maemo-commits] [maemo-commits] r11242 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 24 17:51:10 EEST 2007
- Previous message: [maemo-commits] r11241 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Next message: [maemo-commits] r11243 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: martyn Date: 2007-04-24 17:51:08 +0300 (Tue, 24 Apr 2007) New Revision: 11242 Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch Removed: projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-inotify-add-umount-to-missing-list.patch Log: Include bug number in patch title so we can refer to the upstream bug when migrating to 2.18.x Copied: projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-NB54464-inotify-add-umount-to-missing-list.patch (from rev 11240, projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-inotify-add-umount-to-missing-list.patch) Deleted: projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-inotify-add-umount-to-missing-list.patch =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-inotify-add-umount-to-missing-list.patch 2007-04-24 14:47:42 UTC (rev 11241) +++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/29-inotify-add-umount-to-missing-list.patch 2007-04-24 14:51:08 UTC (rev 11242) @@ -1,16 +0,0 @@ -Index: modules/inotify-path.c -=================================================================== ---- 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); -
- Previous message: [maemo-commits] r11241 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Next message: [maemo-commits] r11243 - projects/haf/trunk/osso-gnome-vfs2/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]