All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.16 + reiser4 -2 patch = gcc error
@ 2006-05-17 19:08 Tom Vier
  2006-05-18  9:44 ` Vladimir V. Saveliev
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Vier @ 2006-05-17 19:08 UTC (permalink / raw)
  To: reiserfs-list

I'm using 2.6.16 and the patch from
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.16/reiser4-for-2.6.16-2.patch.gz

  CC [M]  fs/reiser4/plugin/file_ops_readdir.o
fs/reiser4/plugin/file_ops_readdir.c: In function \flseek_common_dir':
fs/reiser4/plugin/file_ops_readdir.c:485: warning: implicit declaration of
function 
utex_lock'
fs/reiser4/plugin/file_ops_readdir.c:485: error: structure has no member
named 	_mutex'
fs/reiser4/plugin/file_ops_readdir.c:507: warning: implicit declaration of
function 
utex_unlock'
fs/reiser4/plugin/file_ops_readdir.c:507: error: structure has no member
named 	_mutex'
make[2]: *** [fs/reiser4/plugin/file_ops_readdir.o] Error 1
make[1]: *** [fs/reiser4] Error 2
make: *** [fs] Error 2

Sorry if this has been posted already. I searched, but didn't find it.

-- 
Tom Vier <tmv@comcast.net>
DSA Key ID 0x15741ECE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.16 + reiser4 -2 patch = gcc error
  2006-05-17 19:08 2.6.16 + reiser4 -2 patch = gcc error Tom Vier
@ 2006-05-18  9:44 ` Vladimir V. Saveliev
  2006-05-18 19:01   ` Tom Vier
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir V. Saveliev @ 2006-05-18  9:44 UTC (permalink / raw)
  To: Tom Vier; +Cc: reiserfs-list

Hello

On Wed, 2006-05-17 at 15:08 -0400, Tom Vier wrote:
> I'm using 2.6.16 and the patch from
> ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.16/reiser4-for-2.6.16-2.patch.gz
> 
>   CC [M]  fs/reiser4/plugin/file_ops_readdir.o
> fs/reiser4/plugin/file_ops_readdir.c: In function \flseek_common_dir':
> fs/reiser4/plugin/file_ops_readdir.c:485: warning: implicit declaration of
> function 
> utex_lock'
> fs/reiser4/plugin/file_ops_readdir.c:485: error: structure has no member
> named 	_mutex'
> fs/reiser4/plugin/file_ops_readdir.c:507: warning: implicit declaration of
> function 
> utex_unlock'
> fs/reiser4/plugin/file_ops_readdir.c:507: error: structure has no member
> named 	_mutex'
> make[2]: *** [fs/reiser4/plugin/file_ops_readdir.o] Error 1
> make[1]: *** [fs/reiser4] Error 2
> make: *** [fs] Error 2
> 

I guess you got broken lines 485 and 507 in file
fs/reiser4/plugin/file_ops_readdir.c

Here is what you should have:
485:	mutex_lock(&inode->i_mutex);
507:	mutex_unlock(&inode->i_mutex);


> Sorry if this has been posted already. I searched, but didn't find it.
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.16 + reiser4 -2 patch = gcc error
  2006-05-18  9:44 ` Vladimir V. Saveliev
@ 2006-05-18 19:01   ` Tom Vier
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Vier @ 2006-05-18 19:01 UTC (permalink / raw)
  To: Vladimir V. Saveliev; +Cc: reiserfs-list

On Thu, May 18, 2006 at 01:44:12PM +0400, Vladimir V. Saveliev wrote:
> I guess you got broken lines 485 and 507 in file
> fs/reiser4/plugin/file_ops_readdir.c
> 
> Here is what you should have:
> 485:	mutex_lock(&inode->i_mutex);
> 507:	mutex_unlock(&inode->i_mutex);

Actually, it was my fault. I had forgotten to apply the 2.6.15->.16 patch.
Thanks for you help, tho.

-- 
Tom Vier <tmv@comcast.net>
DSA Key ID 0x15741ECE

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-18 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-17 19:08 2.6.16 + reiser4 -2 patch = gcc error Tom Vier
2006-05-18  9:44 ` Vladimir V. Saveliev
2006-05-18 19:01   ` Tom Vier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.