xfs: move busy extent handling to it's own file
authorDave Chinner <dchinner@redhat.com>
Sun, 29 Apr 2012 10:39:43 +0000 (10:39 +0000)
committerBen Myers <bpm@sgi.com>
Mon, 14 May 2012 21:20:55 +0000 (16:20 -0500)
commitefc27b52594e322d4c94e379489fa3690bf74739
tree02f154dd6b74b02cc07c2f7bae91d5b4b222b6cd
parent60a34607b26b60d6b5c5c928ede7fc84b0f06b85
xfs: move busy extent handling to it's own file

To make it easier to handle userspace code merges, move all the busy
extent handling out of the allocation code and into it's own file.
The userspace code does not need the busy extent code, so this
simplifies the merging of the kernel code into the userspace
xfsprogs library.

Because the busy extent code has been almost completely rewritten
over the past couple of years, also update the copyright on this new
file to include the authors that made all those changes.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_ag.h
fs/xfs/xfs_alloc.c
fs/xfs/xfs_alloc.h
fs/xfs/xfs_alloc_btree.c
fs/xfs/xfs_discard.c
fs/xfs/xfs_extent_busy.c [new file with mode: 0644]
fs/xfs/xfs_extent_busy.h [new file with mode: 0644]
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trans.c
This page took 0.027621 seconds and 5 git commands to generate.