X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fdlm%2Fdlm_internal.h;h=e7665c31f7b10dda86364567c538c7737a1421db;hb=52caa59ed335616c5254adff7911465a57ed9f14;hp=77c0f70f8fe8890971cd6dd0449c81a63b218a51;hpb=f741656d646f7a5b56ba86765205b954237e7956;p=karo-tx-linux.git diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 77c0f70f8fe8..e7665c31f7b1 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; };