BUG() in _get_block_create_0

2002-12-23 Thread Nick Wellnhofer
crashed with another oops. It turned out that the BUG() in _get_block_create_0 in fs/reiserfs/inode.c was hit both times. According to the value of EAX le_key_k_type (version, key) is TYPE_ANY (0x0f) but TYPE_DIRECT (0x02) is expected. The machine is a web server in production and I have only

Re: BUG() in _get_block_create_0

2002-12-23 Thread Oleg Drokin
an oops report in my syslog, but the system kept running normally. Again 3 hours later the machine crashed with another oops. It turned out that the BUG() in _get_block_create_0 in fs/reiserfs/inode.c was hit both times. According to the value of EAX le_key_k_type (version, key) is TYPE_ANY