search for: h_next

Displaying 4 results from an estimated 4 matches for "h_next".

Did you mean: b_next
2010 Jul 09
1
dash klibc DEBUG more compile trouble
...t use in this function) usr/dash/histedit.c:209: error: ?hist? undeclared (first use in this function) usr/dash/histedit.c:218: error: ?optreset? undeclared (first use in this function) usr/dash/histedit.c:332: error: ?H_PREV? undeclared (first use in this function) usr/dash/histedit.c:332: error: ?H_NEXT? undeclared (first use in this function) usr/dash/histedit.c:341: warning: implicit declaration of function ?mkstemp? usr/dash/histedit.c:357: error: ?he? undeclared (first use in this function) usr/dash/histedit.c:357: error: ?H_FIRST? undeclared (first use in this function) usr/dash/histedit.c:35...
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi, below comes a new version of the series of patches implementing quota support for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given number of bytes instead of number of blocks. Besides that the series should be the same. Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi, I'm sending a series of patches implementing quota support into ocfs2-tools. It's the same as the original huge patch I've sent but now it's split as Joel asked. I've also realized that when disabling SPARSE feature, we should update quota information. That piece of code is missing, I'll implement it soon. Comments welcome. Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi, this is the next version of quota support for quota tools. I've addressed all the comments of Tao, Joel and others. Sparse feature disabling also correctly updates quota information now and the patch is merged into the tunefs support patch. Honza