[kernel] r16008 - dists/sid/linux-2.6/debian/patches/bugfix/all

Maximilian Attems maks at alioth.debian.org
Fri Jul 23 07:58:47 UTC 2010


Author: maks
Date: Fri Jul 23 07:58:43 2010
New Revision: 16008

Log:
fix inotify-oneshot-support patch so it builds.

Modified:
   dists/sid/linux-2.6/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch

Modified: dists/sid/linux-2.6/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch	Fri Jul 23 07:58:29 2010	(r16007)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch	Fri Jul 23 07:58:43 2010	(r16008)
@@ -18,7 +18,7 @@
  	}
  
 +	if (entry->mask & IN_ONESHOT)
-+		fsnotify_destroy_mark(entry);
++		fsnotify_destroy_mark_by_entry(entry);
 +
  	/*
  	 * If we hold the entry until after the event is on the queue



More information about the Kernel-svn-changes mailing list