diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-12-30 06:03:39 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-12-30 06:03:39 +0100 |
commit | 6db620012fceea7cf203a9889e311f27dc49a2c7 (patch) | |
tree | ebf87893e2f29687f6e8352fe6980feebac0b88a /fs/nfs | |
parent | uvc_v4l2: clean copyin/copyout up (diff) | |
download | linux-6db620012fceea7cf203a9889e311f27dc49a2c7.tar.xz 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')
-rw-r--r-- | fs/nfs/nfs4file.c | 1 |
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" |