From 640b9b851318145559f5feed1a01f6fa438eb453 Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Tue, 21 May 2013 10:54:04 -0400 Subject: [PATCH] --- yaml --- r: 377643 b: refs/heads/master c: cd51e61eac87c3e4819b54e85d536d2e643fb0ec h: refs/heads/master i: 377641: d8695412659efeefbe6a022105a9c7808de90e74 377639: f6ea1dcb272d5344184cd8cdcf5e22075766eb24 v: v3 --- [refs] | 2 +- trunk/fs/gfs2/lops.c | 5 ----- trunk/fs/gfs2/lops.h | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 2a221bca4fbf..10881c46587b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f63257da1aeea9b2ee68f469b0f9f4a39e5dff8 +refs/heads/master: cd51e61eac87c3e4819b54e85d536d2e643fb0ec diff --git a/trunk/fs/gfs2/lops.c b/trunk/fs/gfs2/lops.c index cb017a692fe6..33f18b7282b2 100644 --- a/trunk/fs/gfs2/lops.c +++ b/trunk/fs/gfs2/lops.c @@ -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, @@ -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, }; diff --git a/trunk/fs/gfs2/lops.h b/trunk/fs/gfs2/lops.h index 87e062e05c92..9ca2e6438419 100644 --- a/trunk/fs/gfs2/lops.h +++ b/trunk/fs/gfs2/lops.h @@ -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[];