diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2008-10-27 13:04:34 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2009-03-31 12:44:27 -0400 |
commit | 982980d753223fda3864038236b7b94e246895cb (patch) | |
tree | c6140a49485c6b556860d69b8095ccb62f918b44 /fs/exofs/Kbuild | |
parent | e806271916ed6068a0e3e4e9298dff0688b88e0d (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/Kbuild | 2 |
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 | ||
15 | exofs-y := osd.o inode.o file.o | 15 | exofs-y := osd.o inode.o file.o symlink.o |
16 | obj-$(CONFIG_EXOFS_FS) += exofs.o | 16 | obj-$(CONFIG_EXOFS_FS) += exofs.o |