diff options
Diffstat (limited to 'fs/ocfs2/ocfs2_fs.h')
-rw-r--r-- | fs/ocfs2/ocfs2_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index d5b1d99abc3c..28ff536b4f8d 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
@@ -376,6 +376,7 @@ static struct ocfs2_system_inode_info ocfs2_system_inodes[NUM_SYSTEM_INODES] = { | |||
376 | /* Parameter passed from mount.ocfs2 to module */ | 376 | /* Parameter passed from mount.ocfs2 to module */ |
377 | #define OCFS2_HB_NONE "heartbeat=none" | 377 | #define OCFS2_HB_NONE "heartbeat=none" |
378 | #define OCFS2_HB_LOCAL "heartbeat=local" | 378 | #define OCFS2_HB_LOCAL "heartbeat=local" |
379 | #define OCFS2_HB_GLOBAL "heartbeat=global" | ||
379 | 380 | ||
380 | /* | 381 | /* |
381 | * OCFS2 directory file types. Only the low 3 bits are used. The | 382 | * OCFS2 directory file types. Only the low 3 bits are used. The |