aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/aufs/wbr_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/aufs/wbr_policy.c')
-rw-r--r--ubuntu/aufs/wbr_policy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ubuntu/aufs/wbr_policy.c b/ubuntu/aufs/wbr_policy.c
index bb57ae520fc..9e4f1e48b4e 100644
--- a/ubuntu/aufs/wbr_policy.c
+++ b/ubuntu/aufs/wbr_policy.c
@@ -232,8 +232,7 @@ static int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex)
if (unlikely(err))
goto out;
parent = dget_parent(dentry);
- err = au_dcsub_pages_rev(&dpages, parent, /*do_include*/0, /*test*/NULL,
- /*arg*/NULL);
+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/0);
if (unlikely(err))
goto out_free;