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

Commit e23f875d authored by Peng Tao's avatar Peng Tao Committed by Greg Kroah-Hartman
Browse files

staging/lustre/libcfs: remove filp_read



no users.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarPeng Tao <bergwolf@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a630b22d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -52,9 +52,6 @@
#include <linux/backing-dev.h>
#include <linux/posix_acl_xattr.h>

#define filp_read(fp, buf, size, pos)			\
	((fp)->f_op->read((fp), (buf), (size), pos))

#define filp_write(fp, buf, size, pos)			\
	((fp)->f_op->write((fp), (buf), (size), pos))