]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre/libcfs: remove filp_write
authorPeng Tao <bergwolf@gmail.com>
Thu, 21 Nov 2013 14:28:25 +0000 (22:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 20:35:03 +0000 (12:35 -0800)
commit48127e952d064afe1aed130407f1420f205d48fe
tree5d891a20cf8ef17a0d763426dec10a32b97846a4
parent0b83a5c0047f4b5912b2633aebb3944ab08f268a
staging/lustre/libcfs: remove filp_write

Use vfs_write instead and call kmap/kunmap to ensure
that we can access high memory zone.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/linux/linux-fs.h
drivers/staging/lustre/lustre/libcfs/tracefile.c