BTS

Message3344

Author mru
Recipients dileX
Date 2010-09-05.14:19:25
Content
Changing priority from bug to wish as it seems that that it has no effect on the running system (see following code):

+   if (!found) {
+       cnt++;
+       WARN_ONCE(cnt > AUFS_PLINK_WARN,
+             "unexpectedly many pseudo links, %d\n", cnt);
+       au_plink_maint_block(sb);
+       err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex));
+   ) else ...

Possible solutions remove the warning, increase AUFS_PLINK_WARN or just ignore it ;0 

The reason and other workarounds for this message are described in http://osdir.com/ml/linux.file-systems.aufs.user/2008-
04/msg00010.html
History
Date User Action Args
2010-09-05 14:19:55mruunlinkissue901 messages
2010-09-05 14:19:26mrusetrecipients: + dileX
2010-09-05 14:19:25mrusetmessageid: <1283696365.94.0.464883607528.issue901@bts.grml.org>
2010-09-05 14:19:25mrulinkissue901 messages
2010-09-05 14:19:25mrucreate