public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* inotify and IN_UNMOUNT-events
@ 2005-08-30 19:46 Juergen Quade
  2005-08-31  3:33 ` Robert Love
  0 siblings, 1 reply; 4+ messages in thread
From: Juergen Quade @ 2005-08-30 19:46 UTC (permalink / raw)
  To: linux-kernel


Playing around with inotify I have some problems
to generate/receive IN_UNMOUNT-events (using
a self written application and inotify_utils-0.25;
kernel 2.6.13).

Doing:
- mount /dev/hda1 /mnt
- add a watch to the path /mnt/ ("./inotify_test /mnt")
- umount /mnt

results in two events:
1. IN_DELETE_SELF (mask=0x0400)
2. IN_IGNORED     (mask=0x8000)

Any ideas?

         Juergen.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-31  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 19:46 inotify and IN_UNMOUNT-events Juergen Quade
2005-08-31  3:33 ` Robert Love
2005-08-31  3:44   ` Kyle Moffett
2005-08-31  7:01   ` Juergen Quade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox