]> Git Repo - linux.git/commit
[XFS] implement generic xfs_btree_updkey
authorChristoph Hellwig <[email protected]>
Thu, 30 Oct 2008 05:56:22 +0000 (16:56 +1100)
committerLachlan McIlroy <[email protected]>
Thu, 30 Oct 2008 05:56:22 +0000 (16:56 +1100)
commit38bb74237d2d94c1aced2ec626d7d0f317e360da
treee37dfdad942de0e98c36c0fdf781cc29cd2daf0c
parentfe033cc848489851f0c7de48f0b1bab5d744ad8a
[XFS] implement generic xfs_btree_updkey

From: Dave Chinner <[email protected]>

Note that there are many > 80 char lines introduced due to the
xfs_btree_key casts. But the places where this happens is throw-away code
once the whole btree code gets merged into a common implementation.

The same is true for the temporary xfs_alloc_log_keys define to the new
name. All old users will be gone after a few patches.

[hch: split out from bigger patch and minor adaptions]

SGI-PV: 985583

SGI-Modid: xfs-linux-melb:xfs-kern:32193a

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Lachlan McIlroy <[email protected]>
Signed-off-by: Bill O'Donnell <[email protected]>
Signed-off-by: David Chinner <[email protected]>
fs/xfs/xfs_alloc_btree.c
fs/xfs/xfs_bmap_btree.c
fs/xfs/xfs_btree.c
fs/xfs/xfs_btree.h
fs/xfs/xfs_ialloc_btree.c
This page took 0.05535 seconds and 4 git commands to generate.