aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs/Kbuild
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2008-10-27 19:04:34 +0200
committerBoaz Harrosh <bharrosh@panasas.com>2009-03-31 19:44:27 +0300
commit982980d753223fda3864038236b7b94e246895cb (patch)
treec6140a49485c6b556860d69b8095ccb62f918b44 /fs/exofs/Kbuild
parente806271916ed6068a0e3e4e9298dff0688b88e0d (diff)
exofs: symlink_inode and fast_symlink_inode operations
Generic implementation of symlink ops. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/Kbuild')
-rw-r--r--fs/exofs/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/Kbuild b/fs/exofs/Kbuild
index c9546edaddeb..7c361c92bbdf 100644
--- a/fs/exofs/Kbuild
+++ b/fs/exofs/Kbuild
@@ -12,5 +12,5 @@
# Kbuild - Gets included from the Kernels Makefile and build system
#
-exofs-y := osd.o inode.o file.o
+exofs-y := osd.o inode.o file.o symlink.o
obj-$(CONFIG_EXOFS_FS) += exofs.o