Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377643
b: refs/heads/master
c: cd51e61
h: refs/heads/master
i:
  377641: d869541
  377639: f6ea1dc
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Jun 5, 2013
1 parent 198c6d8 commit 640b9b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 7f63257da1aeea9b2ee68f469b0f9f4a39e5dff8
refs/heads/master: cd51e61eac87c3e4819b54e85d536d2e643fb0ec
5 changes: 0 additions & 5 deletions trunk/fs/gfs2/lops.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,6 @@ const struct gfs2_log_operations gfs2_revoke_lops = {
.lo_name = "revoke",
};

const struct gfs2_log_operations gfs2_rg_lops = {
.lo_name = "rg",
};

const struct gfs2_log_operations gfs2_databuf_lops = {
.lo_before_commit = databuf_lo_before_commit,
.lo_after_commit = databuf_lo_after_commit,
Expand All @@ -867,7 +863,6 @@ const struct gfs2_log_operations gfs2_databuf_lops = {
const struct gfs2_log_operations *gfs2_log_ops[] = {
&gfs2_databuf_lops,
&gfs2_buf_lops,
&gfs2_rg_lops,
&gfs2_revoke_lops,
NULL,
};
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/gfs2/lops.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
extern const struct gfs2_log_operations gfs2_glock_lops;
extern const struct gfs2_log_operations gfs2_buf_lops;
extern const struct gfs2_log_operations gfs2_revoke_lops;
extern const struct gfs2_log_operations gfs2_rg_lops;
extern const struct gfs2_log_operations gfs2_databuf_lops;

extern const struct gfs2_log_operations *gfs2_log_ops[];
Expand Down

0 comments on commit 640b9b8

Please sign in to comment.