Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54448
b: refs/heads/master
c: 5c7342d
h: refs/heads/master
v: v3
  • Loading branch information
Josef Whiter authored and Steven Whitehouse committed May 1, 2007
1 parent 5ab621a commit bd6344f
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: 7c52b166c588c98cf3d2b2e7e6a0468a98e84d0d
refs/heads/master: 5c7342d894973636f03270673e1fb7b908a421a8
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ int gfs2_create_debugfs_file(struct gfs2_sbd *sdp)

void gfs2_delete_debugfs_file(struct gfs2_sbd *sdp)
{
if (sdp->debugfs_dentry)
if (sdp && sdp->debugfs_dentry)
debugfs_remove(sdp->debugfs_dentry);
}

Expand Down

0 comments on commit bd6344f

Please sign in to comment.