Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67685
b: refs/heads/master
c: 49e61f2
h: refs/heads/master
i:
  67683: ecce521
v: v3
  • Loading branch information
Wendy Cheng authored and Steven Whitehouse committed Oct 10, 2007
1 parent 54af590 commit 4ab7ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: b4c20166dcfca106f0f416bfce200099ed76ab18
refs/heads/master: 49e61f2ef6f7d1d0296e3e30d366b28e0ca595c2
6 changes: 1 addition & 5 deletions trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,12 +716,8 @@ static void handle_callback(struct gfs2_glock *gl, unsigned int state,
gl->gl_demote_time = jiffies;
if (remote && gl->gl_ops->go_type == LM_TYPE_IOPEN &&
gl->gl_object) {
struct inode *inode = igrab(gl->gl_object);
gfs2_glock_schedule_for_reclaim(gl);
spin_unlock(&gl->gl_spin);
if (inode) {
d_prune_aliases(inode);
iput(inode);
}
return;
}
} else if (gl->gl_demote_state != LM_ST_UNLOCKED &&
Expand Down

0 comments on commit 4ab7ada

Please sign in to comment.