summaryrefslogtreecommitdiff
path: root/fs/aufs/sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/sysfs.c')
-rw-r--r--fs/aufs/sysfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/aufs/sysfs.c b/fs/aufs/sysfs.c
index 0efb77a4e..f4c31705b 100644
--- a/fs/aufs/sysfs.c
+++ b/fs/aufs/sysfs.c
@@ -173,7 +173,7 @@ out_seq:
if (unlikely(err == PAGE_SIZE))
err = -EFBIG;
}
- kfree(seq);
+ au_delayed_kfree(seq);
out_unlock:
si_read_unlock(sb);
out:
@@ -244,9 +244,9 @@ static int au_brinfo(struct super_block *sb, union aufs_brinfo __user *arg)
err = -EFAULT;
out_seq:
- kfree(seq);
+ au_delayed_kfree(seq);
out_buf:
- free_page((unsigned long)buf);
+ au_delayed_free_page((unsigned long)buf);
out:
si_read_unlock(sb);
return err;