summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
diff options
context:
space:
mode:
authorAl Viro2017-12-30 06:03:39 +0100
committerAl Viro2017-12-30 06:03:39 +0100
commit6db620012fceea7cf203a9889e311f27dc49a2c7 (patch)
treeebf87893e2f29687f6e8352fe6980feebac0b88a /fs/nfs/nfs4file.c
parentuvc_v4l2: clean copyin/copyout up (diff)
downloadkernel-qcow2-linux-6db620012fceea7cf203a9889e311f27dc49a2c7.tar.gz
kernel-qcow2-linux-6db620012fceea7cf203a9889e311f27dc49a2c7.tar.xz
kernel-qcow2-linux-6db620012fceea7cf203a9889e311f27dc49a2c7.zip
nfs4file: get rid of pointless include of btrfs.h
should've been killed by "vfs: pull btrfs clone API to vfs layer"... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nfs/nfs4file.c')
-rw-r--r--fs/nfs/nfs4file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4file.c b/fs/nfs/nfs4file.c
index 626d1382002e..6b3b372b59b9 100644
--- a/fs/nfs/nfs4file.c
+++ b/fs/nfs/nfs4file.c
@@ -8,7 +8,6 @@
#include <linux/file.h>
#include <linux/falloc.h>
#include <linux/nfs_fs.h>
-#include <uapi/linux/btrfs.h> /* BTRFS_IOC_CLONE/BTRFS_IOC_CLONE_RANGE */
#include "delegation.h"
#include "internal.h"
#include "iostat.h"