Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146921
b: refs/heads/master
c: ef9e8b1
h: refs/heads/master
i:
  146919: d183ae3
v: v3
  • Loading branch information
Steven Whitehouse committed May 19, 2009
1 parent a95c1f6 commit f61e22f
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: e9ccb73ab57ada469602506496c42e5b4468ac3e
refs/heads/master: ef9e8b14a5c1d0afbaf12b4c3b271188ddfc52a4
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ static void gfs2_delete_inode(struct inode *inode)
gfs2_glock_dq(&ip->i_iopen_gh);
gfs2_holder_uninit(&ip->i_iopen_gh);
gfs2_glock_dq_uninit(&gh);
if (error && error != GLR_TRYFAILED)
if (error && error != GLR_TRYFAILED && error != -EROFS)
fs_warn(sdp, "gfs2_delete_inode: %d\n", error);
out:
truncate_inode_pages(&inode->i_data, 0);
Expand Down

0 comments on commit f61e22f

Please sign in to comment.