"Javier_Snchez":
> cd /usr/src/linux
> #patch --dry-run -p1 < /home/root/patches/lhash-2.6.24.patch
> 
>   ..patching file fs/namei.c
>   ..Hunk #1 succeeded at 1288 (offset -1 lines).
>   ..Hunk #2 succeeded at 2806 (offset 40 lines).
>   ..patching file include/linux/namei.h

You didn't apply the patch, because --dry-run is specified.

(from the manual of patch command)
       --dry-run
          Print the results of applying the patches without actually changing 
any files.


Junjiro Okajima

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to