summaryrefslogtreecommitdiff
path: root/fs/aufs/wbr_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/wbr_policy.c')
-rw-r--r--fs/aufs/wbr_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/aufs/wbr_policy.c b/fs/aufs/wbr_policy.c
index 91a010a11..79eb9b49f 100644
--- a/fs/aufs/wbr_policy.c
+++ b/fs/aufs/wbr_policy.c
@@ -448,7 +448,7 @@ static void au_mfs(struct dentry *dentry, struct dentry *parent)
mfs->mfsrr_bytes = bavail;
AuDbg("b%d\n", mfs->mfs_bindex);
- kfree(st);
+ au_delayed_kfree(st);
}
static int au_wbr_create_mfs(struct dentry *dentry, unsigned int flags)