]> git.hungrycats.org Git - linux/commit
btrfs: delete unused argument in btrfs_copy_from_user
authorZhao Lei <zhaolei@cn.fujitsu.com>
Wed, 6 Jan 2016 10:47:31 +0000 (18:47 +0800)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sun, 24 Jan 2016 04:09:56 +0000 (23:09 -0500)
commita33950e7ea76c909dfa28d0ffbc531a87d4256bb
tree691db5d6921dda774d805a5e811eb07dbb7908f4
parent776376bf611b863ee718f22a2f48f67441146ad6
btrfs: delete unused argument in btrfs_copy_from_user

size_t write_bytes is not necessary for btrfs_copy_from_user(),
delete it.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit ee22f0c4ec428e7f16d3c5fa1d55fd7860cb304a)
fs/btrfs/file.c