commit | f1ace244c8c1e16eaa5c8b3b5339849651e31ede | [log] [tgz] |
---|---|---|
author | Aneesh <aneesh.kumar@linux.vnet.ibm.com> | Wed Jun 13 16:18:26 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Wed Jun 13 16:18:26 2007 -0400 |
tree | f1a84930a17a6803072f390bab28eb43f6e95f5b | |
parent | b79ab950f57c3260ee609ba41779019d21b8eb88 [diff] |
btrfs: Code cleanup Attaching below is some of the code cleanups that i came across while reading the code. a) alloc_path already calls init_path. b) Mention that btrfs_inode is the in memory copy.Ext4 have ext4_inode_info as the in memory copy ext4_inode as the disk copy Signed-off-by: Chris Mason <chris.mason@oracle.com>