This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / ext3 / resize.c
index 2c9f812..b2786fa 100644 (file)
@@ -285,8 +285,8 @@ exit_journal:
  * sequence of powers of 3, 5, and 7: 1, 3, 5, 7, 9, 25, 27, 49, 81, ...
  * For a non-sparse filesystem it will be every group: 1, 2, 3, 4, ...
  */
-static unsigned ext3_list_backups(struct super_block *sb, unsigned *three,
-                                 unsigned *five, unsigned *seven)
+unsigned ext3_list_backups(struct super_block *sb, unsigned *three,
+                          unsigned *five, unsigned *seven)
 {
        unsigned *min = three;
        int mult = 3;