Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255077
b: refs/heads/master
c: 0a541b1
h: refs/heads/master
i:
  255075: 18dcb93
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Jul 4, 2011
1 parent 48cd18a commit b4e5401
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3b2578f56e0a77b9e261d83e9b5a0a666b82980
refs/heads/master: 0a541b14e819f972d14f29d17cb9fd8b4b71222e
2 changes: 0 additions & 2 deletions trunk/fs/ubifs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* various local functions of those subsystems.
*/

#define UBIFS_DBG_PRESERVE_UBI

#include "ubifs.h"
#include <linux/module.h>
#include <linux/debugfs.h>
Expand Down
7 changes: 0 additions & 7 deletions trunk/fs/ubifs/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,6 @@ int dbg_check_inode_size(struct ubifs_info *c, const struct inode *inode,
int dbg_check_data_nodes_order(struct ubifs_info *c, struct list_head *head);
int dbg_check_nondata_nodes_order(struct ubifs_info *c, struct list_head *head);

#ifndef UBIFS_DBG_PRESERVE_UBI
#define ubi_leb_write dbg_leb_write
#define ubi_leb_change dbg_leb_change
#define ubi_leb_unmap dbg_leb_unmap
#define ubi_leb_map dbg_leb_map
#endif

int dbg_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf,
int offs, int len, int dtype);
int dbg_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf,
Expand Down

0 comments on commit b4e5401

Please sign in to comment.