Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165545
b: refs/heads/master
c: 60e78d2
h: refs/heads/master
i:
  165543: c525b67
v: v3
  • Loading branch information
Abhishek Kulkarni authored and Eric Van Hensbergen committed Sep 23, 2009
1 parent 319a1f3 commit 1ac1084
Show file tree
Hide file tree
Showing 13 changed files with 1,010 additions and 43 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: 637d020a02cd734bf27acfc56c6d942cddd9eb80
refs/heads/master: 60e78d2c993e58d890596d951fff77d5965adcd6
9 changes: 9 additions & 0 deletions trunk/fs/9p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ config 9P_FS
See <http://v9fs.sf.net> for more information.

If unsure, say N.

config 9P_FSCACHE
bool "Enable 9P client caching support (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
help
Choose Y here to enable persistent, read-only local
caching support for 9p clients using FS-Cache

3 changes: 2 additions & 1 deletion trunk/fs/9p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ obj-$(CONFIG_9P_FS) := 9p.o
vfs_dir.o \
vfs_dentry.o \
v9fs.o \
fid.o \
fid.o

9p-$(CONFIG_9P_FSCACHE) += cache.o
Loading

0 comments on commit 1ac1084

Please sign in to comment.