search for: fat_get_block

Displaying 2 results from an estimated 2 matches for "fat_get_block".

2000 Apr 10
1
Kernel Bug in file.c 69 (experimental kernel)
...tact both the samba and the kernel development team, and hopefully we'll get this bug solved. Can someone tell me what the problem is ? Thanx .. Michiel <michielb@stack.nl> Log attacked, also attached file.c extract: kernel BUG at file.c:69! invalid operand: 0000 CPU: 0 EIP: 0010:[fat_get_block+126/288] EFLAGS: 00010286 eax: 00000019 ebx: 00000000 ecx: c11bf720 edx: 0000001f esi: c2099900 edi: c2e7d7c0 ebp: 00000000 esp: c28b7e28 ds: 0018 es: 0018 ss: 0018 Process smbd (pid: 18877, stackpage=c28b7000) Stack: c020213b c020227f 00000045 00000000 00000200 0000050c c28b7e8c 00...
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining rw_semaphore that can be released by a different thread than the one that locked it, and it''s use case in the core direct I/O code is more like a counter given that the writers already have external serialization. This series removes it in favour of a simpler counter scheme, thus getting rid