aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2011-01-21 14:41:48 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 08:48:07 -0600
commitb47391c140c05dcb911bc73a44a1f90f3aea34d0 (patch)
treec096c75b6f741c500b58652ae91d59c7d69f8001 /ubuntu
parent8f2076839457d6ef780cf711312b28dab6832565 (diff)
UBUNTU: ubuntu: AUFS -- suppress benign plink warning messages
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>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/aufs/plink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/aufs/plink.c b/ubuntu/aufs/plink.c
index b1888f30c71..1824e6df635 100644
--- a/ubuntu/aufs/plink.c
+++ b/ubuntu/aufs/plink.c
@@ -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);