<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.3">
</HEAD>
<BODY>
Compiling on kernel 2.6.21-rc6 from kernel.org Torvald's branch<BR>
<BR>
Got the latest srpt from the git repository on OpenFabrics and had the following issues.<BR>
<BR>
ib_srpt.c    Line 1997, missing second argument, should be?   sdev->scst_tgt = scst_register(tp, NULL);<BR>
<BR>
SCST was built successfully after fixing an issue in scst_vdisk.c (missing #include <linux/sched.h>) <BR>
<BR>
Just thought this would be nice to have documented, took me half a day to track down as a novice in C programming.
</BODY>
</HTML>