[Ocfs2-tools-devel] [PATCH 1/2] libocfs2: Whoops, missed compat proto
Joel Becker
Joel.Becker at oracle.com
Thu Jul 10 13:02:41 PDT 2008
The commit "libocfs2: ocfs2_write_super() should update all
superblocks" created some backup prototypes for deprecated function
names. However, I messed one up. This fixes the prototype.
Signed-off-by: Joel Becker <joel.becker at oracle.com>
---
include/ocfs2/ocfs2.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/ocfs2/ocfs2.h b/include/ocfs2/ocfs2.h
index ad6bd79..e2aa172 100644
--- a/include/ocfs2/ocfs2.h
+++ b/include/ocfs2/ocfs2.h
@@ -624,8 +624,8 @@ errcode_t ocfs2_get_last_cluster_offset(ocfs2_filesys *fs,
/* These are deprecated names - don't use them */
int ocfs2_get_backup_super_offset(ocfs2_filesys *fs,
uint64_t *blocks, size_t len);
-errcode_t ocfs2_set_backup_super(ocfs2_filesys *fs,
- uint64_t *blocks, size_t len);
+errcode_t ocfs2_refresh_backup_super(ocfs2_filesys *fs,
+ uint64_t *blocks, size_t len);
errcode_t ocfs2_set_backup_super(ocfs2_filesys *fs,
uint64_t *blocks, size_t len);
--
1.5.6
--
Life's Little Instruction Book #182
"Be romantic."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127
More information about the Ocfs2-tools-devel
mailing list