From a5ef103daad25f5906700cb0929ce4eac7f72e2e Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 2 May 2015 10:46:42 -0400 Subject: exofs: switch to {simple,page}_symlink_inode_operations ACK-by: Boaz Harrosh Signed-off-by: Al Viro --- fs/exofs/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/exofs/Kbuild') diff --git a/fs/exofs/Kbuild b/fs/exofs/Kbuild index b47c7b8dc275..a364fd0965ec 100644 --- a/fs/exofs/Kbuild +++ b/fs/exofs/Kbuild @@ -16,5 +16,5 @@ libore-y := ore.o ore_raid.o obj-$(CONFIG_ORE) += libore.o -exofs-y := inode.o file.o symlink.o namei.o dir.o super.o sys.o +exofs-y := inode.o file.o namei.o dir.o super.o sys.o obj-$(CONFIG_EXOFS_FS) += exofs.o -- cgit v1.2.3