Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf716a
)
libe2p: teach e2p_jrnl_feature2string() about the 64-bit journal feature
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 21 May 2012 14:59:01 +0000
(10:59 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 21 May 2012 14:59:01 +0000
(10:59 -0400)
This will allow dumpe2fs to correctly display the 64-bit journal
feature, if it is enabled.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/e2p/feature.c
patch
|
blob
|
history
diff --git
a/lib/e2p/feature.c
b/lib/e2p/feature.c
index
db85365
..
9691263
100644
(file)
--- a/
lib/e2p/feature.c
+++ b/
lib/e2p/feature.c
@@
-104,6
+104,8
@@
static struct feature jrnl_feature_list[] = {
{ E2P_FEATURE_INCOMPAT, JFS_FEATURE_INCOMPAT_REVOKE,
"journal_incompat_revoke" },
+ { E2P_FEATURE_INCOMPAT, JFS_FEATURE_INCOMPAT_64BIT,
+ "journal_64bit" },
{ E2P_FEATURE_INCOMPAT, JFS_FEATURE_INCOMPAT_ASYNC_COMMIT,
"journal_async_commit" },
{ 0, 0, 0 },