- Downloads
 
Fix breakage in shmem.c
Replacing
	error = 0;
	if (error)
		op
with nothing is not quite an equivalent transformation ;-)
Signed-off-by: 
Al Viro <viro@zeniv.linux.org.uk>
Please sign in to comment
Replacing
	error = 0;
	if (error)
		op
with nothing is not quite an equivalent transformation ;-)
Signed-off-by: 
Al Viro <viro@zeniv.linux.org.uk>