aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/backref.c')
-rw-r--r--fs/btrfs/backref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 80e8472d618b..d3090187fd76 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -1991,7 +1991,7 @@ struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
1991 1991
1992 ifp = kmalloc(sizeof(*ifp), GFP_NOFS); 1992 ifp = kmalloc(sizeof(*ifp), GFP_NOFS);
1993 if (!ifp) { 1993 if (!ifp) {
1994 kfree(fspath); 1994 vfree(fspath);
1995 return ERR_PTR(-ENOMEM); 1995 return ERR_PTR(-ENOMEM);
1996 } 1996 }
1997 1997