projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pull thinkpad-2.6.24 into release branch
[linux-2.6]
/
fs
/
afs
/
Makefile
diff --git
a/fs/afs/Makefile
b/fs/afs/Makefile
index
cf83e5d
..
a666710
100644
(file)
--- a/
fs/afs/Makefile
+++ b/
fs/afs/Makefile
@@
-8,6
+8,7
@@
kafs-objs := \
cmservice.o \
dir.o \
file.o \
+ flock.o \
fsclient.o \
inode.o \
main.o \
@@
-22,6
+23,7
@@
kafs-objs := \
vlclient.o \
vlocation.o \
vnode.o \
- volume.o
+ volume.o \
+ write.o
obj-$(CONFIG_AFS_FS) := kafs.o