aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir_leaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_dir_leaf.c')
-rw-r--r--fs/xfs/xfs_dir_leaf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir_leaf.c b/fs/xfs/xfs_dir_leaf.c
index f0c603a78fc1..950df31efc46 100644
--- a/fs/xfs/xfs_dir_leaf.c
+++ b/fs/xfs/xfs_dir_leaf.c
@@ -628,7 +628,7 @@ xfs_dir_leaf_to_shortform(xfs_da_args_t *iargs)
628 xfs_dir_leaf_name_t *namest; 628 xfs_dir_leaf_name_t *namest;
629 xfs_da_args_t args; 629 xfs_da_args_t args;
630 xfs_inode_t *dp; 630 xfs_inode_t *dp;
631 xfs_ino_t parent; 631 xfs_ino_t parent = 0;
632 char *tmpbuffer; 632 char *tmpbuffer;
633 int retval, i; 633 int retval, i;
634 xfs_dabuf_t *bp; 634 xfs_dabuf_t *bp;