]> Pileus Git - ~andy/linux/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)
commit7ebcb731fc078085e3f11c41526840eccbceff44
tree5d891a20cf8ef17a0d763426dec10a32b97846a4
parente23f875db9b3bab7769cb9f7148b4688c31ecfa9
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