Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173167
b: refs/heads/master
c: d663af8
h: refs/heads/master
i:
  173165: 59aaa0b
  173163: 2d2cb28
  173159: 26e46dc
  173151: f83c724
v: v3
  • Loading branch information
Frederic Weisbecker committed Sep 14, 2009
1 parent b6c47d6 commit 9377baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: e43d3f21c502dec786f2885a75e25859f18d6ffa
refs/heads/master: d663af807d8bb226394cb7e02f4665f6141a8140
4 changes: 1 addition & 3 deletions trunk/include/linux/reiserfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1348,9 +1348,7 @@ static inline loff_t max_reiserfs_offset(struct inode *inode)
#define __fs_changed(gen,s) (gen != get_generation (s))
#define fs_changed(gen,s) \
({ \
reiserfs_write_unlock(s); \
cond_resched(); \
reiserfs_write_lock(s); \
reiserfs_cond_resched(s); \
__fs_changed(gen, s); \
})

Expand Down

0 comments on commit 9377baa

Please sign in to comment.