commit | 21b699c89545ed94d9a1c6fcc8ac704784f68f40 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 16 08:19:29 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Mar 16 08:19:29 2009 +0100 |
tree | 5a7f9de57f445859f0b30c5f6ee5816d544224b1 | |
parent | da5309cd28ffda6ed8a4147bd14f1e4fbbd6503d [diff] |
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>