Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb8885cc authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Fix do_sync_file_range ifdefs (2.6.22)

parent 006a58a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -961,7 +961,7 @@ static ssize_t btrfs_file_write(struct file *file, const char __user *buf,
		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 |