]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
inotify: send IN_UNMOUNT events
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:37 +0000 (10:18 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:08:01 +0000 (18:08 -0500)
commitca7db91d8e01f54e0ff0f62fb5d9fc5f1402bee7
treee312d5f2de5ba7d1c28ffc6ba72ecbcbbd2ae2e7
parent6309b565e9c663915d9a6d50c0bf17cefd6d13b0
inotify: send IN_UNMOUNT events

commit 611da04f7a31b2208e838be55a42c7a1310ae321 upstream.

Since the .31 or so notify rewrite inotify has not sent events about
inodes which are unmounted.  This patch restores those events.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/notify/inotify/inotify_user.c