diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-12-30 00:03:39 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-12-30 00:03:39 -0500 |
commit | 6db620012fceea7cf203a9889e311f27dc49a2c7 (patch) | |
tree | ebf87893e2f29687f6e8352fe6980feebac0b88a /fs/nfs/nfs4file.c | |
parent | 18e2ea5cd00c35f4a3e7ba3ef261c38643ef2af3 (diff) | |
download | linux-6db620012fceea7cf203a9889e311f27dc49a2c7.tar.bz2 |
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.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" |