summaryrefslogtreecommitdiffstats
path: root/xlators/features
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-05-04 00:37:01 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-05-03 23:40:10 -0700
commit7840d9de272ef2f24c4c755a857ad8ae06703b55 (patch)
tree6d212b7d72f00605b80503508c146b205280208c /xlators/features
parentf75b76350747f5f58a4bbe704915c74979cc5ac3 (diff)
frame's 'op', 'type' restructured
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875
Diffstat (limited to 'xlators/features')
-rw-r--r--xlators/features/access-control/src/access-control.c3
-rw-r--r--xlators/features/filter/src/filter.c3
-rw-r--r--xlators/features/locks/src/posix.c4
-rw-r--r--xlators/features/path-convertor/src/path.c5
-rw-r--r--xlators/features/quota/src/quota.c3
-rw-r--r--xlators/features/read-only/src/read-only.c3
-rw-r--r--xlators/features/trash/src/trash.c3
7 files changed, 0 insertions, 24 deletions
diff --git a/xlators/features/access-control/src/access-control.c b/xlators/features/access-control/src/access-control.c
index c13648d3c47..3735992435c 100644
--- a/xlators/features/access-control/src/access-control.c
+++ b/xlators/features/access-control/src/access-control.c
@@ -1837,8 +1837,5 @@ fini (xlator_t *this)
return;
}
-struct xlator_mops mops = {
-};
-
struct xlator_cbks cbks = {
};
diff --git a/xlators/features/filter/src/filter.c b/xlators/features/filter/src/filter.c
index a0469bf6ecc..beede16e80c 100644
--- a/xlators/features/filter/src/filter.c
+++ b/xlators/features/filter/src/filter.c
@@ -1712,9 +1712,6 @@ struct xlator_fops fops = {
.fsetattr = filter_fsetattr,
};
-struct xlator_mops mops = {
-};
-
struct xlator_cbks cbks = {
};
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c
index 6e5ea94f87b..54cf89ca42d 100644
--- a/xlators/features/locks/src/posix.c
+++ b/xlators/features/locks/src/posix.c
@@ -1560,10 +1560,6 @@ struct xlator_fops fops = {
.opendir = pl_opendir,
};
-
-struct xlator_mops mops = {
-};
-
struct xlator_dumpops dumpops = {
.inodectx = pl_dump_inode_priv,
};
diff --git a/xlators/features/path-convertor/src/path.c b/xlators/features/path-convertor/src/path.c
index eda1633834e..0a86baa8785 100644
--- a/xlators/features/path-convertor/src/path.c
+++ b/xlators/features/path-convertor/src/path.c
@@ -1218,11 +1218,6 @@ struct xlator_fops fops = {
.setattr = path_setattr,
};
-
-struct xlator_mops mops = {
-};
-
-
struct xlator_cbks cbks = {
};
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c
index 3b4690bf0ae..a4266a32a85 100644
--- a/xlators/features/quota/src/quota.c
+++ b/xlators/features/quota/src/quota.c
@@ -1137,9 +1137,6 @@ struct xlator_fops fops = {
.statfs = quota_statfs,
};
-struct xlator_mops mops = {
-};
-
struct xlator_cbks cbks = {
.release = quota_release
};
diff --git a/xlators/features/read-only/src/read-only.c b/xlators/features/read-only/src/read-only.c
index 08412bf047d..b8ba9218415 100644
--- a/xlators/features/read-only/src/read-only.c
+++ b/xlators/features/read-only/src/read-only.c
@@ -295,9 +295,6 @@ struct xlator_fops fops = {
.lk = ro_lk,
};
-struct xlator_mops mops = {
-};
-
struct xlator_cbks cbks = {
};
diff --git a/xlators/features/trash/src/trash.c b/xlators/features/trash/src/trash.c
index ff060cc5c0d..c51d55a02fe 100644
--- a/xlators/features/trash/src/trash.c
+++ b/xlators/features/trash/src/trash.c
@@ -1538,9 +1538,6 @@ struct xlator_fops fops = {
.ftruncate = trash_ftruncate,
};
-struct xlator_mops mops = {
-};
-
struct xlator_cbks cbks = {
};