lkml.org 
[lkml]   [2005]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subjectjournal_callback_set
Hi,

I noticed, that starting from 2.6.10, the function (fs/jbd/transaction.c)

void journal_callback_set(handle_t *handle,
void (*func)(struct journal_callback *jcb, int error),
struct journal_callback *jcb)

along with the structure members of handle_s (include/linux/jbd.h)

struct list_head h_jcb;

and the following members of transaction_s

spinlock_t t_jcb_lock;
struct list_head t_jcb;

has been removed. Since I didn't find any discussion of this on this
list or anywhere else on the web, I wondered about the motivation
behind this, and how code that references these function/members
should be modified. Is it dangerous to reinclude the eliminated parts
of the code?

Please reply to me personnally, since I am not subscribed to the list.

Thanks,

Roland

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-04-21 13:33    [W:0.030 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site