nfs4file: get rid of pointless include of btrfs.h
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 30 Dec 2017 05:03:39 +0000 (00:03 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 30 Dec 2017 05:03:39 +0000 (00:03 -0500)
should've been killed by "vfs: pull btrfs clone API to vfs layer"...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfs/nfs4file.c

index 626d1382002ed0894db3c5edd19df534cc8dfef6..6b3b372b59b9d85b240c10203f2aeb58c9cc4e7b 100644 (file)
@@ -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"