search for: test_root

Displaying 3 results from an estimated 3 matches for "test_root".

2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
...at stusta.de> --- linux-2.6.10-mm2-full/fs/ext3/balloc.c.old 2005-01-06 23:19:18.000000000 +0100 +++ linux-2.6.10-mm2-full/fs/ext3/balloc.c 2005-01-06 23:19:26.000000000 +0100 @@ -1451,7 +1451,7 @@ } } -int ext3_group_sparse(int group) +static int ext3_group_sparse(int group) { return (test_root(group, 3) || test_root(group, 5) || test_root(group, 7)); --- linux-2.6.10-mm2-full/fs/ext3/dir.c.old 2005-01-06 23:20:02.000000000 +0100 +++ linux-2.6.10-mm2-full/fs/ext3/dir.c 2005-01-06 23:20:11.000000000 +0100 @@ -306,7 +306,7 @@ } -struct dir_private_info *create_dir_info(loff_t pos) +...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...| 19 ++ server/ovirtserver/templates/index.html | 20 ++ server/ovirtserver/tests/__init__.py | 80 +++++++ server/ovirtserver/tests/functional/__init__.py | 18 ++ .../tests/functional/test_authentication.py | 16 ++ server/ovirtserver/tests/functional/test_root.py | 48 ++++ server/ovirtserver/tests/models/__init__.py | 68 ++++++ server/ovirtserver/tests/models/test_auth.py | 22 ++ server/ovirtserver/websetup.py | 42 ++++ server/server.egg-info/PKG-INFO | 10 + server/server.egg-info/SOURC...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...| 19 -- server/ovirtserver/templates/index.html | 20 -- server/ovirtserver/tests/__init__.py | 80 ------- server/ovirtserver/tests/functional/__init__.py | 18 -- .../tests/functional/test_authentication.py | 16 -- server/ovirtserver/tests/functional/test_root.py | 48 ---- server/ovirtserver/tests/models/__init__.py | 68 ------ server/ovirtserver/tests/models/test_auth.py | 22 -- server/ovirtserver/urls.py | 10 + server/ovirtserver/websetup.py | 42 ---- server/server.egg-info/PKG-I...