diff options
Diffstat (limited to 'fs/dlm/dlm_internal.h')
| -rw-r--r-- | fs/dlm/dlm_internal.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 77c0f70f8fe..e7665c31f7b 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h @@ -96,10 +96,13 @@ do { \  } +#define DLM_RTF_SHRINK		0x00000001 +  struct dlm_rsbtable {  	struct rb_root		keep;  	struct rb_root		toss;  	spinlock_t		lock; +	uint32_t		flags;  };  |