Displaying 2 results from an estimated 2 matches for "loiosh".
Did you mean:
logos
2013 Mar 02
0
Problems getting rspec testing working in OSX?
...hich I won''t go into here)
The google tells me not a whole lot. Appreciate any help anyone can offer. I had the same error before I installed puppet from gems, suspected that installing the gem might help, but no; no change:
http://pastie.org/private/b34pv87osbefarl77j5m5g
kiera:apache loiosh$ gem list
*** LOCAL GEMS ***
diff-lcs (1.2.1)
facter (1.6.17)
metaclass (0.0.1)
mocha (0.13.2)
puppet (2.7.20)
puppet-lint (0.3.2, 0.1.13)
puppet-module (0.3.4)
puppetlabs_spec_helper (0.4.1)
rake (10.0.3)
rspec (2.13.0)
rspec-core (2.13.0)
rspec-expectations (2.13.0)
rspec-mocks (2.13.0)
rspe...
2009 Apr 28
1
[PATCH] ocfs2/trivial: Remove unused variable in ocfs2_rename.
With indexed dir enabled, now we use ocfs2_dir_lookup_result to
wrap all the bh used for dir. So remove the 2 unused variables.
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/namei.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index 2220f93..33464c6 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@