diff options
author | David Howells <dhowells@redhat.com> | 2018-11-05 17:40:31 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-03-20 18:49:06 -0400 |
commit | dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9 (patch) | |
tree | 09a8e8629f2d131b26e86d8d8fe600ede1891bd7 /fs/Makefile | |
parent | 44dfd84a6d54a675e35ab618d9fab47b36cb78cd (diff) | |
download | linux-stable-dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9.tar.gz linux-stable-dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9.tar.bz2 linux-stable-dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9.zip |
Make anon_inodes unconditional
Make the anon_inodes facility unconditional so that it can be used by core
VFS code.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 427fec226fae..35945f8139e6 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -25,7 +25,7 @@ obj-$(CONFIG_PROC_FS) += proc_namespace.o obj-y += notify/ obj-$(CONFIG_EPOLL) += eventpoll.o -obj-$(CONFIG_ANON_INODES) += anon_inodes.o +obj-y += anon_inodes.o obj-$(CONFIG_SIGNALFD) += signalfd.o obj-$(CONFIG_TIMERFD) += timerfd.o obj-$(CONFIG_EVENTFD) += eventfd.o |