X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcachefiles%2Finternal.h;h=a8cd821226da70406f728851cbdfc8d95dc7fcac;hb=f6304f5804f228b6c2fea9e3dfac25c5b2db9b38;hp=f7c255f9c624eaf3e3e71bca056e41c05ccb64f3;hpb=3f405b46a91c0c4cdfa6077b4e1853f35a94e8ef;p=pandora-kernel.git diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h index f7c255f9c624..a8cd821226da 100644 --- a/fs/cachefiles/internal.h +++ b/fs/cachefiles/internal.h @@ -34,6 +34,7 @@ struct cachefiles_object { loff_t i_size; /* object size */ unsigned long flags; #define CACHEFILES_OBJECT_ACTIVE 0 /* T if marked active */ +#define CACHEFILES_OBJECT_BURIED 1 /* T if preemptively buried */ atomic_t usage; /* object usage count */ uint8_t type; /* object type */ uint8_t new; /* T if object new */