Hi Okajima, While we are moving to 3.4 kernel we are trying to support our 2.6.x version of kernel which has aufs 2.2.
Reviving the old thread dated Oct 17, 2012, I see that if (unlikely(au_test_fs_unique_ino(h_dentry->d_inode))) AuWarn1("Warning: Un-notified UDBA or repeatedly renamed dir," " b%d, %s, %.*s, hi%lu, i%lu.\n", bstart, au_sbtype(h_dentry->d_sb), AuDLNPair(dentry), (unsigned long)h_ino, (unsigned long)ino); if CONFIG_CRAMFS_MODULE or CONFIG_CRAMFS are not defined, au_test_fs_unique_ino() will always return true and it will print above warning. As you suggested that implementation of aufs in 2.2 is poor, is it safe to turn off that comment? I tried to reproduce the issue again y'day but without any luck: mount --bind /var/log /tmp/storage mount -o remount,ro,bind /var/log /tmp/storage mount -t aufs -o dirs=/var/core:/tmp/storage none /tmp/x1 effectively this is what I believe I'm doing: 1 - /u = /rw + /ro 2 - run "> /u/file" once 3 - repeat "stat /u/file > /dev/null" in background 4 - repeat "> /rw/file2; mv /rw/file2 /rw/file" I ran 3 and 4 in infinite loop, parallelly in two different terminals. I'm ok with enabling CONFIG_AUFS_HNOTIFY and use "udba=notify" but it would be great if I can validate that this option is helping. The option in Kconfig clearly says this will have performance hit. config AUFS_HNOTIFY bool "Detect direct branch access (bypassing aufs)" help If you want to modify files on branches directly, eg. bypassing aufs, and want aufs to detect the changes of them fully, then enable this option and use 'udba=notify' mount option. Currently there is only one available configuration, "fsnotify". It will have a negative impact to the performance. See detail in aufs.5. Pl advise. thanks for your time Prasad ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb