aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/Kbuild
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2008-10-27 13:04:34 -0400
committerBoaz Harrosh <bharrosh@panasas.com>2009-03-31 12:44:27 -0400
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 @@
12# Kbuild - Gets included from the Kernels Makefile and build system 12# Kbuild - Gets included from the Kernels Makefile and build system
13# 13#
14 14
15exofs-y := osd.o inode.o file.o 15exofs-y := osd.o inode.o file.o symlink.o
16obj-$(CONFIG_EXOFS_FS) += exofs.o 16obj-$(CONFIG_EXOFS_FS) += exofs.o