Hello Jiro,

Jiro SEKIBA [2010-07-25 11:41 +0900]:
> This is a patch against udisks to support creating and mounting
> nilfs2 filesystem.  To detect the filesystem, the latest util-linux-ng
> and a following typo patch are required.
> http://www.spinics.net/lists/util-linux-ng/msg03304.html

Jiro SEKIBA [2010-08-06 14:00 +0900]:
> Hi, 
> 
> The patch I mentioned last mail has been incorporated.
> http://www.spinics.net/lists/util-linux-ng/msg03338.html

Ah, thanks. Then it's time to incorporate support for it in udisks as
well. However, this should go along with a working test case. Can you
please apply attached patch as well, and check how far it gets? If the
entire test suite gives some trouble (e. g. you don't have LVM tools
installed, etc.), you can run just this single test with

  sudo tests/run FS.test_nilfs2

This will exercise the most common file operations, and ensures that
your parameter settings are correct and work with the installed
*.nilfs2 tools. I can't test nilfs2 easily here, so it would be good
if you could run this and fix it up before committing.

Thank you!

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff --git a/tests/run b/tests/run
index 420d39e..00ff912 100755
--- a/tests/run
+++ b/tests/run
@@ -465,6 +465,10 @@ class FS(UDisksTestCase):
         '''fs: swap'''
         self._do_fs_check('swap')
 
+    def test_nilfs2(self):
+        '''fs: nilfs2'''
+        self._do_fs_check('nilfs2')
+
     def _do_fs_check(self, type):
         '''Run checks for a particular file system.'''
 

Attachment: signature.asc
Description: Digital signature

_______________________________________________
devkit-devel mailing list
devkit-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Reply via email to