diff --git a/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch b/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch index ba63e1090..3a7b41add 100644 --- a/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch +++ b/debian/patches/bugfix/all/inotify-fix-inotify-oneshot-support.patch @@ -1,4 +1,12 @@ -#607327 +Subject: [1/2] inotify: fix inotify oneshot support +Date: Thu, 08 Jul 2010 20:58:11 -0000 +From: Eric Paris +X-Patchwork-Id: 110926 +Message-Id: <20100708205811.21351.60266.stgit@paris.rdu.redhat.com> +To: linux-kernel@vger.kernel.org +Cc: viro@zeniv.linux.org.uk + +RH BZ #607327 During the large inotify rewrite to fsnotify I completely dropped support for IN_ONESHOT. Reimplement that support. diff --git a/debian/patches/bugfix/all/inotify-send-IN_UNMOUNT-events.patch b/debian/patches/bugfix/all/inotify-send-IN_UNMOUNT-events.patch index cf1d4c4bf..99391857c 100644 --- a/debian/patches/bugfix/all/inotify-send-IN_UNMOUNT-events.patch +++ b/debian/patches/bugfix/all/inotify-send-IN_UNMOUNT-events.patch @@ -1,4 +1,11 @@ -#607327 ? +Subject: [2/2] inotify: send IN_UNMOUNT events +Date: Thu, 08 Jul 2010 20:58:17 -0000 +From: Eric Paris +Message-Id: <20100708205817.21351.80159.stgit@paris.rdu.redhat.com> +To: linux-kernel@vger.kernel.org +Cc: viro@zeniv.linux.org.uk + +RH BZ #607327 Since the .31 or so notify rewrite inotify has not sent events about inodes which are unmounted. This patch restores those events.