diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-06-23 18:01:30 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-06-23 18:01:30 -0400 |
commit | 8ea3a7c0df05b2cb33e2d63aa1c964308724b1c4 (patch) | |
tree | 8fbd1ba22b5ef12c7434316b975a077aabb4cfa6 /fs/cachefiles/internal.h | |
parent | a6de82cab123beaf9406024943caa0242f0618b0 (diff) | |
parent | 4a47132ff472a0c2c5441baeb50cf97f2580bc43 (diff) |
Merge branch 'fscache-fixes' into for-next
Diffstat (limited to 'fs/cachefiles/internal.h')
-rw-r--r-- | fs/cachefiles/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cachefiles/internal.h b/fs/cachefiles/internal.h index 8c52472d2efa..aecd0859eacb 100644 --- a/fs/cachefiles/internal.h +++ b/fs/cachefiles/internal.h @@ -43,7 +43,6 @@ 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 */ |