lkml.org 
[lkml]   [2005]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromMathieu Segaud <>
SubjectRe: 2.6.11-rc5-mm1
DateTue, 01 Mar 2005 15:00:59 +0100
Mathieu Segaud <Mathieu.Segaud@crans.org> disait dernièrement que :

Hum, one hunk didn't make it.
The complete patch is attached

>
> fs/reiser4/plugin/item/ctail.c: In function `check_ctail':
> fs/reiser4/plugin/item/ctail.c:250: attention : l'adresse de « ctail_ok » sera toujours évaluée comme étant « true »
> fs/reiser4/plugin/item/ctail.c: In function `convert_ctail':
> fs/reiser4/plugin/item/ctail.c:1669: attention : l'adresse de « coord_is_unprepped_ctail » sera toujours évaluée comme étant « true »
>

Signed-off-by: Mathieu Segaud <mathieu.segaud@crans.org>

--- fs/reiser4/plugin/item/ctail.c 2005-03-01 14:57:52.756014040 +0100
+++ fs/reiser4/plugin/item/ctail.c.new 2005-03-01 14:57:19.791025480 +0100
@@ -247,7 +247,7 @@
reiser4_internal int
check_ctail (const coord_t * coord, const char **error)
{
- if (!ctail_ok) {
+ if (!ctail_ok(coord)) {
if (error)
*error = "bad cluster shift in ctail";
return 1;
@@ -1666,7 +1666,7 @@
detach_convert_idata(pos->sq);
break;
case CRC_OVERWRITE_ITEM:
- if (coord_is_unprepped_ctail) {
+ if (coord_is_unprepped_ctail(&pos->coord)) {
/* convert unpprepped ctail to prepped one */
int shift;
shift = inode_cluster_shift(item_convert_data(pos)->inode);

--
Outlook, n.:
A virus delivery system with added email functionality.

- Kurt Wall on linux-kernel
\
 
 \ /
  Last update: 2005-03-22 14:10    [from the cache]
©2003-2010