diff options
author | NeilBrown <neilb@suse.de> | 2012-08-01 06:40:02 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-08-01 06:40:02 -0400 |
commit | bb181e2e48f8c85db08c9cb015cbba9618dbf05c (patch) | |
tree | 191bc24dd97bcb174535cc217af082f16da3b43d /fs/ubifs/debug.h | |
parent | d57368afe63b3b7b45ce6c2b8c5276417935be2f (diff) | |
parent | c039c332f23e794deb6d6f37b9f07ff3b27fb2cf (diff) |
Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md
Pull in pre-requisites for adding raid10 support to dm-raid.
Diffstat (limited to 'fs/ubifs/debug.h')
-rw-r--r-- | fs/ubifs/debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index 486a8e024fb6..8b8cc4e945f4 100644 --- a/fs/ubifs/debug.h +++ b/fs/ubifs/debug.h | |||
@@ -79,6 +79,10 @@ typedef int (*dbg_znode_callback)(struct ubifs_info *c, | |||
79 | * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks | 79 | * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks |
80 | * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks | 80 | * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks |
81 | * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing | 81 | * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing |
82 | * @dfs_ro_error: debugfs knob to switch UBIFS to R/O mode (different to | ||
83 | * re-mounting to R/O mode because it does not flush any buffers | ||
84 | * and UBIFS just starts returning -EROFS on all write | ||
85 | * operations) | ||
82 | */ | 86 | */ |
83 | struct ubifs_debug_info { | 87 | struct ubifs_debug_info { |
84 | struct ubifs_zbranch old_zroot; | 88 | struct ubifs_zbranch old_zroot; |
@@ -122,6 +126,7 @@ struct ubifs_debug_info { | |||
122 | struct dentry *dfs_chk_lprops; | 126 | struct dentry *dfs_chk_lprops; |
123 | struct dentry *dfs_chk_fs; | 127 | struct dentry *dfs_chk_fs; |
124 | struct dentry *dfs_tst_rcvry; | 128 | struct dentry *dfs_tst_rcvry; |
129 | struct dentry *dfs_ro_error; | ||
125 | }; | 130 | }; |
126 | 131 | ||
127 | /** | 132 | /** |