From: Chris Mason Date: Fri, 2 May 2008 18:49:33 +0000 (-0400) Subject: Btrfs: Fix do_sync_file_range ifdefs (2.6.22) X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=bb8885cc0aa6b1606143d92c70762b16026016a5;p=linux-edison.git Btrfs: Fix do_sync_file_range ifdefs (2.6.22) Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index a50507f3056..c89c3ac4b23 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c @@ -961,7 +961,7 @@ out_nolock: if (err < 0) num_written = err; } else if (num_written > 0 && (file->f_flags & O_DIRECT)) { -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) do_sync_file_range(file, start_pos, start_pos + num_written - 1, SYNC_FILE_RANGE_WRITE |