mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <linux/writeback.h> /* sync_page_range() */
|
||||
#include <linux/slab.h> /* kmalloc() */
|
||||
#include <linux/writeback.h> /* sync_page_range() */
|
||||
|
||||
/* <asm-generic/barrier.h> */
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ uninstall:
|
||||
|
||||
perl-module:
|
||||
@cd ./scst-$(MODULE_VERSION); \
|
||||
perl Makefile.PL;
|
||||
perl Makefile.PL PREFIX=$(PREFIX);
|
||||
$(MAKE) -C scst-$(MODULE_VERSION)
|
||||
|
||||
test:
|
||||
|
||||
@@ -550,7 +550,8 @@ sub drivers {
|
||||
|
||||
if (opendir($dHandle, $_path)) {
|
||||
foreach my $driver (readdir($dHandle)) {
|
||||
next if (($driver eq '.') || ($driver eq '..'));
|
||||
next if ($driver eq '.' || $driver eq '..' ||
|
||||
$driver eq 'copy_manager');
|
||||
|
||||
if (-d make_path(SCST_TARGETS_DIR(), $driver)) {
|
||||
push @drivers, $driver;
|
||||
|
||||
@@ -1423,8 +1423,6 @@ sub writeConfiguration {
|
||||
}
|
||||
|
||||
foreach my $driver (sort keys %{$CURRENT{'assign'}}) {
|
||||
next if $driver eq 'copy_manager';
|
||||
|
||||
my $driver_buff;
|
||||
|
||||
my ($drv_attrs, $errorString) = $SCST->driverAttributes($driver);
|
||||
|
||||
Reference in New Issue
Block a user