add inotify patch headers

svn path=/dists/sid/linux-2.6/; revision=16009
This commit is contained in:
Maximilian Attems 2010-07-23 08:09:38 +00:00
parent a8b086f5b7
commit 6f58ab8b3e
2 changed files with 17 additions and 2 deletions

View File

@ -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 <eparis@redhat.com>
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.

View File

@ -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 <eparis@redhat.com>
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.