diff options
author | Yan, Zheng <zheng.yan@oracle.com> | 2010-05-16 10:49:59 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2010-05-25 10:34:53 -0400 |
commit | efa56464562991b8c24f965199888806bd8c4b38 (patch) | |
tree | e7c7e69e2931674ddf4f14ac08dfdf43b45de0f4 /fs/btrfs/ctree.h | |
parent | 4a500fd178c89b96fa166a2d9e7855df33429841 (diff) |
Btrfs: Pre-allocate space for data relocation
Pre-allocate space for data relocation. This can detect ENOPSC
condition caused by fragmentation of free space.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index fc324f9fcb42..65530837d04b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2420,6 +2420,9 @@ int btrfs_cont_expand(struct inode *inode, loff_t size); | |||
2420 | int btrfs_invalidate_inodes(struct btrfs_root *root); | 2420 | int btrfs_invalidate_inodes(struct btrfs_root *root); |
2421 | void btrfs_add_delayed_iput(struct inode *inode); | 2421 | void btrfs_add_delayed_iput(struct inode *inode); |
2422 | void btrfs_run_delayed_iputs(struct btrfs_root *root); | 2422 | void btrfs_run_delayed_iputs(struct btrfs_root *root); |
2423 | int btrfs_prealloc_file_range(struct inode *inode, int mode, | ||
2424 | u64 start, u64 num_bytes, u64 min_size, | ||
2425 | loff_t actual_len, u64 *alloc_hint); | ||
2423 | extern const struct dentry_operations btrfs_dentry_operations; | 2426 | extern const struct dentry_operations btrfs_dentry_operations; |
2424 | 2427 | ||
2425 | /* ioctl.c */ | 2428 | /* ioctl.c */ |