To get aufs to cpmpile under 2.6.21.5-rt17
I changed fs/aufs/misc.h from:

#define RwMustNoWaiters(To get aufs to compile rw)
AuDebugOn(!list_empty(&(rw)>rwsem.wait_list))

to:

#define RwMustNoWaiters(rw)
AuDebugOn(!plist_head_empty(&(rw)->rwsem.lock.wait_list))

It compiles with warnings. Does anyone have a clue whether
this is correct before I risk my data?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Reply via email to