diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lm_interface.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/lm_interface.h b/include/linux/lm_interface.h index f274997bc283..d0a7112b9719 100644 --- a/include/linux/lm_interface.h +++ b/include/linux/lm_interface.h | |||
@@ -138,9 +138,6 @@ typedef void (*lm_callback_t) (void *ptr, unsigned int type, void *data); | |||
138 | * LM_CB_NEED_RECOVERY | 138 | * LM_CB_NEED_RECOVERY |
139 | * The given journal needs to be recovered. | 139 | * The given journal needs to be recovered. |
140 | * | 140 | * |
141 | * LM_CB_DROPLOCKS | ||
142 | * Reduce the number of cached locks. | ||
143 | * | ||
144 | * LM_CB_ASYNC | 141 | * LM_CB_ASYNC |
145 | * The given lock has been granted. | 142 | * The given lock has been granted. |
146 | */ | 143 | */ |
@@ -149,7 +146,6 @@ typedef void (*lm_callback_t) (void *ptr, unsigned int type, void *data); | |||
149 | #define LM_CB_NEED_D 258 | 146 | #define LM_CB_NEED_D 258 |
150 | #define LM_CB_NEED_S 259 | 147 | #define LM_CB_NEED_S 259 |
151 | #define LM_CB_NEED_RECOVERY 260 | 148 | #define LM_CB_NEED_RECOVERY 260 |
152 | #define LM_CB_DROPLOCKS 261 | ||
153 | #define LM_CB_ASYNC 262 | 149 | #define LM_CB_ASYNC 262 |
154 | 150 | ||
155 | /* | 151 | /* |