UBUNTU: ubuntu: AUFS -- suppress benign plink warning messages
authorAndy Whitcroft <apw@canonical.com>
Fri, 21 Jan 2011 14:41:48 +0000 (14:41 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:53:07 +0000 (06:53 -0700)
We are getting a lot of bug reports for unexpectedly high plink counts.
This message is benign and not worth reporting as a bug.  Suppress.

BugLink: http://bugs.launchpad.net/bugs/621195
Signed-off-by: Andy Whitcroft <apw@canonical.com>

ubuntu/aufs/plink.c

index b1888f3..1824e6d 100644 (file)
@@ -414,8 +414,8 @@ void au_plink_append(struct inode *inode, aufs_bindex_t bindex,
        spin_unlock(&sbinfo->si_plink.spin);
        if (!found) {
                cnt++;
-               WARN_ONCE(cnt > AUFS_PLINK_WARN,
-                         "unexpectedly many pseudo links, %d\n", cnt);
+//             WARN_ONCE(cnt > AUFS_PLINK_WARN,
+//                       "unexpectedly many pseudo links, %d\n", cnt);
                err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex));
        } else {
                do_put_plink(tmp, 0);