summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
diff options
context:
space:
mode:
authorLiu Bo2012-09-14 10:58:07 +0200
committerChris Mason2012-10-04 15:39:57 +0200
commit6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5 (patch)
tree46bd39cb7961d3c44e7e2c28f6aec6ec9684ac8d /fs/btrfs/ordered-data.h
parentBtrfs: cleanup fs_info->hashers (diff)
downloadkernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.tar.gz
kernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.tar.xz
kernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.zip
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
nocow_only is now an obsolete argument. Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Diffstat (limited to 'fs/btrfs/ordered-data.h')
-rw-r--r--fs/btrfs/ordered-data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/ordered-data.h b/fs/btrfs/ordered-data.h
index d1ddaeff1356..dd27a0b46a37 100644
--- a/fs/btrfs/ordered-data.h
+++ b/fs/btrfs/ordered-data.h
@@ -190,8 +190,7 @@ void btrfs_run_ordered_operations(struct btrfs_root *root, int wait);
void btrfs_add_ordered_operation(struct btrfs_trans_handle *trans,
struct btrfs_root *root,
struct inode *inode);
-void btrfs_wait_ordered_extents(struct btrfs_root *root,
- int nocow_only, int delay_iput);
+void btrfs_wait_ordered_extents(struct btrfs_root *root, int delay_iput);
int __init ordered_data_init(void);
void ordered_data_exit(void);
#endif