Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30919
b: refs/heads/master
c: ebe1090
h: refs/heads/master
i:
  30917: 8ba94d6
  30915: 731f489
  30911: 35b02d7
v: v3
  • Loading branch information
Nathan Scott committed Jun 27, 2006
1 parent d07d60c commit 4900892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 1998764e5a1700ffad2cab29b7b2a175364e5b70
refs/heads/master: ebe1090549a7821faac09c467fc80b2245d0d30e
2 changes: 0 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ BUFFER_FNS(PrivateStart, unwritten);
#define current_pid() (current->pid)
#define current_fsuid(cred) (current->fsuid)
#define current_fsgid(cred) (current->fsgid)
#define current_set_flags(f) (current->flags |= (f))
#define current_test_flags(f) (current->flags & (f))
#define current_clear_flags(f) (current->flags & ~(f))
#define current_set_flags_nested(sp, f) \
(*(sp) = current->flags, current->flags |= (f))
#define current_clear_flags_nested(sp, f) \
Expand Down

0 comments on commit 4900892

Please sign in to comment.