]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/include/linux/libcfs/linux/linux-fs.h
staging/lustre: clean up and remove libcfs/linux/linux-fs.c
[karo-tx-linux.git] / drivers / staging / lustre / include / linux / libcfs / linux / linux-fs.h
index 90ff47a1892493e89a01a4505fe5c6a4b6ea18e2..eebf138f21e55f0151c045d2b2ef4be54af2ddf2 100644 (file)
@@ -78,9 +78,6 @@
 #define flock_end(fl)                  ((fl)->fl_end)
 #define flock_set_end(fl, end)         do { (fl)->fl_end = (end); } while (0)
 
-ssize_t filp_user_write(struct file *filp, const void *buf, size_t count,
-                       loff_t *offset);
-
 #ifndef IFSHIFT
 #define IFSHIFT                        12
 #endif