summaryrefslogtreecommitdiff
path: root/fs/aufs/xino.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/xino.c')
-rw-r--r--fs/aufs/xino.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/aufs/xino.c b/fs/aufs/xino.c
index f377ce591..90de8c56d 100644
--- a/fs/aufs/xino.c
+++ b/fs/aufs/xino.c
@@ -245,7 +245,7 @@ int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex)
struct au_xino_lock_dir ldir;
err = -ENOMEM;
- st = kzalloc(sizeof(*st), GFP_NOFS);
+ st = kmalloc(sizeof(*st), GFP_NOFS);
if (unlikely(!st))
goto out;