https://github.com/torvalds/linux
Revision f4ae2faa40199b97b12f508234640bc565d166f8 authored by Sergey Senozhatsky on 11 August 2010, 11:07:01 UTC, committed by Al Viro on 18 August 2010, 04:58:57 UTC
reiserfs_evict_inode calls end_writeback two times hitting
kernel BUG at fs/inode.c:298 becase inode->i_state is I_CLEAR already.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent da5cabf
Raw File
Tip revision: f4ae2faa40199b97b12f508234640bc565d166f8 authored by Sergey Senozhatsky on 11 August 2010, 11:07:01 UTC
fix reiserfs_evict_inode end_writeback second call
Tip revision: f4ae2fa
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
			   hw_breakpoint/ kfifo/
back to top