Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140211
b: refs/heads/master
c: 9b3f26c
h: refs/heads/master
i:
  140209: 42a6123
  140207: a8c6d23
v: v3
  • Loading branch information
David Howells committed Apr 3, 2009
1 parent 85a1a74 commit 9faf516
Show file tree
Hide file tree
Showing 14 changed files with 583 additions and 359 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ae326a69004dea8af2dae4fde58de27db700a8d
refs/heads/master: 9b3f26c9110dcea62716aca9b8c68ceb482227ef
8 changes: 8 additions & 0 deletions trunk/fs/afs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ config AFS_DEBUG
See <file:Documentation/filesystems/afs.txt> for more information.

If unsure, say N.

config AFS_FSCACHE
bool "Provide AFS client caching support (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
help
Say Y here if you want AFS data to be cached locally on disk through
the generic filesystem cache manager
3 changes: 3 additions & 0 deletions trunk/fs/afs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# Makefile for Red Hat Linux AFS client.
#

afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o

kafs-objs := \
$(afs-cache-y) \
callback.o \
cell.o \
cmservice.o \
Expand Down
Loading

0 comments on commit 9faf516

Please sign in to comment.