Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23427
b: refs/heads/master
c: 5b3cf3e
h: refs/heads/master
i:
  23425: 6cafa78
  23423: ffd4903
v: v3
  • Loading branch information
Pekka Enberg authored and Linus Torvalds committed Mar 24, 2006
1 parent 1f65a03 commit 926bb82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 53b3531bbbf70ac7551b32d1acc229d94de52658
refs/heads/master: 5b3cf3e0f019fcfe1e0c26aedb4d54b5e5be3a7b
12 changes: 0 additions & 12 deletions trunk/fs/isofs/isofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,3 @@ extern struct inode_operations isofs_dir_inode_operations;
extern struct file_operations isofs_dir_operations;
extern struct address_space_operations isofs_symlink_aops;
extern struct export_operations isofs_export_ops;

/* The following macros are used to check for memory leaks. */
#ifdef LEAK_CHECK
#define free_s leak_check_free_s
#define malloc leak_check_malloc
#define sb_bread leak_check_bread
#define brelse leak_check_brelse
extern void * leak_check_malloc(unsigned int size);
extern void leak_check_free_s(void * obj, int size);
extern struct buffer_head * leak_check_bread(struct super_block *sb, int block);
extern void leak_check_brelse(struct buffer_head * bh);
#endif /* LEAK_CHECK */

0 comments on commit 926bb82

Please sign in to comment.