2001-10-02 19:46:13

by Per Persson

[permalink] [raw]
Subject: [PATCH] triple_down in fs.h

Cleaned up some code.

[PATCH of 2.4.10 attached]

Per Persson
[email protected]


Attachments:
fs.h.patch (2.31 kB)

2001-10-05 19:57:47

by Yaroslav Popovitch

[permalink] [raw]
Subject: RE:[PATCH] triple_down in fs.h


Hi! I aplied you patch to kernel-2.4.10 and tried to compile it.But during
compiling got error,which was caused by double definition of sort. It is
already in scsi/u14-34f.c,function with 4 parameters,declared as static.
As your #define sort is used only in fs.h,so I renamed it by adding some
symbols to name for ex. _sort,or hihahasort,(that is joke :)

Cheers,YP