On Wed, 2010-04-21 at 17:47 +0200, Jiri Slaby wrote:
Well I reproduced and I'll take a look. reliable steps seem to be:
# dd if=/dev/zero of=/dev/shm/ext3 bs=1024 count=1 seek=$((100*1024))
# mkfs.ext3 -m 0 /dev/shm/ext3
# mount -oloop /dev/shm/ext3 /mnt/c
# touch /mnt/c/file
# inotifywait -m /mnt/c/file
# umount /mnt/c
# dmesg|tail
-Eric
--