Hi all,


I am trying to add some cryptographic functionality to ext2 file system for my 
masters project. I am working with kernel 2.4.21



since the routines do_generic_file_read and do_generic_file_write are used in 
reading and writing, I am decrypting and encrypting the data in the resp. 
functions. This is working fine for regular data files. If I try to copy / 
execute executable files, I am getting segmentation fault. In kernel messages, 
I see same functions (read and write) getting called for the executables also. 
If I comment encrypt/decrypt functions, its working fine.



Now since it is working for regular text files, I suppose there is not a 
problem in my encrypt/decrypt routines, then what might be going wrong?



Thanks and regards,



Vineet

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to