commit | 286b92f43c0d0ae2c29a61769b66219fe5ae6701 | [log] [tgz] |
---|---|---|
author | Su Yue <suy.fnst@cn.fujitsu.com> | Wed May 24 09:31:32 2017 +0800 |
committer | Chris Mason <clm@fb.com> | Fri Jun 09 12:48:07 2017 -0700 |
tree | 4698eb35fac1b2cfecef57c289fafb2351c47c70 | |
parent | a9b3311ef36b670909ea4443f306c8318082c8f0 [diff] |
btrfs: tree-log.c: Wrong printk information about namelen In verify_dir_item, it wants to printk name_len of dir_item but printk data_len acutally. Fix it by calling btrfs_dir_name_len instead of btrfs_dir_data_len. Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> Signed-off-by: Chris Mason <clm@fb.com>