xfs: cleanup log unmount handling
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Mar 2009 07:19:29 +0000 (08:19 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 16 Mar 2009 07:19:29 +0000 (08:19 +0100)
commit21b699c89545ed94d9a1c6fcc8ac704784f68f40
tree5a7f9de57f445859f0b30c5f6ee5816d544224b1
parentda5309cd28ffda6ed8a4147bd14f1e4fbbd6503d
xfs: cleanup log unmount handling

Kill the current xfs_log_unmount wrapper and opencode the two function
calls in the only caller.  Rename the current xfs_log_unmount_dealloc to
xfs_log_unmount as it undoes xfs_log_mount and the new name makes that
more clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_mount.c