inotify and IN_UNMOUNT-events

From: Juergen Quade (quade_at_hsnr.de)
Date: 08/30/05

  • Next message: Michael Krufky: "[PATCH] Kconfig: saa7134-dvb must select tda1004x"
    Date:	Tue, 30 Aug 2005 21:46:32 +0200
    To: linux-kernel@vger.kernel.org
    
    

    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.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Michael Krufky: "[PATCH] Kconfig: saa7134-dvb must select tda1004x"

    Relevant Pages