]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/9p/v9fs.h
9P: introduction of a new cache=mmap model.
[karo-tx-linux.git] / fs / 9p / v9fs.h
index a8e127c896271143596aa5db8e001351c7134e6f..099c7712631ca698cf43dd6337d483e7e9ebf126 100644 (file)
@@ -64,6 +64,7 @@ enum p9_session_flags {
 
 enum p9_cache_modes {
        CACHE_NONE,
+       CACHE_MMAP,
        CACHE_LOOSE,
        CACHE_FSCACHE,
 };