Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44356
b: refs/heads/master
c: 8903901
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh committed Dec 8, 2006
1 parent 5dea1a5 commit 2813765
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcd5625bffe103efa7413bb6432fc871074a19c2
refs/heads/master: 8903901dbf46bbdf1f70ffe7bc09cb6b97e6728a
9 changes: 9 additions & 0 deletions trunk/fs/ocfs2/ocfs2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,19 @@
*/
#define OCFS2_FEATURE_INCOMPAT_HEARTBEAT_DEV 0x0002

/*
* tunefs sets this incompat flag before starting the resize and clears it
* at the end. This flag protects users from inadvertently mounting the fs
* after an aborted run without fsck-ing.
*/
#define OCFS2_FEATURE_INCOMPAT_RESIZE_INPROG 0x0004

/* Used to denote a non-clustered volume */
#define OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT 0x0008

/* Support for sparse allocation in b-trees */
#define OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC 0x0010

/*
* Flags on ocfs2_dinode.i_flags
*/
Expand Down

0 comments on commit 2813765

Please sign in to comment.