diff options
author | David Howells <dhowells@redhat.com> | 2022-03-01 18:25:00 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2022-03-18 12:29:05 +0300 |
commit | b900f4b89b4d44aa1a79111763b6dfab51e5e3af (patch) | |
tree | c00110e6589b8188ec73bb426102eae202967f56 /fs/netfs/Makefile | |
parent | 16211268fcb36672a84359362c2fc2c4695b0fc4 (diff) | |
download | linux-b900f4b89b4d44aa1a79111763b6dfab51e5e3af.tar.xz |
netfs: Split some core bits out into their own file
Split some core bits out into their own file. More bits will be added to
this file later.
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/164623006934.3564931.17932680017894039748.stgit@warthog.procyon.org.uk/ # v1
Link: https://lore.kernel.org/r/164678218407.1200972.1731208226140990280.stgit@warthog.procyon.org.uk/ # v2
Link: https://lore.kernel.org/r/164692920944.2099075.11990502173226013856.stgit@warthog.procyon.org.uk/ # v3
Diffstat (limited to 'fs/netfs/Makefile')
-rw-r--r-- | fs/netfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/netfs/Makefile b/fs/netfs/Makefile index 88b904532bc7..f684c0cd1ec5 100644 --- a/fs/netfs/Makefile +++ b/fs/netfs/Makefile @@ -3,6 +3,7 @@ netfs-y := \ buffered_read.o \ io.o \ + main.o \ objects.o netfs-$(CONFIG_NETFS_STATS) += stats.o |