]> git.karo-electronics.de Git - karo-tx-linux.git/commit
btrfs: Code cleanup
authorAneesh <aneesh.kumar@linux.vnet.ibm.com>
Wed, 13 Jun 2007 20:18:26 +0000 (16:18 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Wed, 13 Jun 2007 20:18:26 +0000 (16:18 -0400)
commitf1ace244c8c1e16eaa5c8b3b5339849651e31ede
treef1a84930a17a6803072f390bab28eb43f6e95f5b
parentb79ab950f57c3260ee609ba41779019d21b8eb88
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>
fs/btrfs/btrfs_inode.h
fs/btrfs/ctree.c
fs/btrfs/dir-item.c
fs/btrfs/extent-tree.c
fs/btrfs/file-item.c
fs/btrfs/inode-item.c
fs/btrfs/inode.c
fs/btrfs/root-tree.c