commit | 0c460c0d70e10463e44bdf1d406e9c5ec03b1af6 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:17 2012 +0300 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:17 2012 +0300 |
tree | 8c28962481b64a3dcabb2294094435832a23516d | |
parent | e8920a640be5d4ebe3fee0670639a81d4ffc904c [diff] |
Btrfs: move alloc_profile_is_valid() to volumes.c Header file is not a good place to define functions. This also moves a call to alloc_profile_is_valid() down the stack and removes a redundant check from __btrfs_alloc_chunk() - alloc_profile_is_valid() takes it into account. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>