From: Al Viro Date: Sat, 30 Dec 2017 05:03:39 +0000 (-0500) Subject: nfs4file: get rid of pointless include of btrfs.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6db620012fceea7cf203a9889e311f27dc49a2c7;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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 #include #include -#include /* BTRFS_IOC_CLONE/BTRFS_IOC_CLONE_RANGE */ #include "delegation.h" #include "internal.h" #include "iostat.h"