Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128890
b: refs/heads/master
c: 5036f53
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Chris Mason committed Sep 25, 2008
1 parent ea22b4c commit ad1e912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5707e3b6f77e37bb8ecc7ba9d74c8bfc38011b6d
refs/heads/master: 5036f53868ae943704ae69a192d21225dc914c35
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ int btrfs_csum_truncate(struct btrfs_trans_handle *trans,
/* inode.c */

/* RHEL and EL kernels have a patch that renames PG_checked to FsMisc */
#ifdef ClearPageFsMisc
#if defined(ClearPageFsMisc) && !defined(ClearPageChecked)
#define ClearPageChecked ClearPageFsMisc
#define SetPageChecked SetPageFsMisc
#define PageChecked PageFsMisc
Expand Down

0 comments on commit ad1e912

Please sign in to comment.