[PATCH] Use ntohs instead of htons to convert ce_flags to host byte order
commit972d1bb067d0cea6334da081f6a3e2a6bad6f20b
authorTimo Hirvonen <tihirvon@ee.oulu.fi>
Tue, 7 Jun 2005 20:35:56 +0000 (7 20:35 +0000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 20:44:11 +0000 (7 13:44 -0700)
tree6e507a205f57cc069357c25bf6d068d7d8a47f28
parentc859600954df4c292ec7c81d7f2f9d0a62b5975b
[PATCH] Use ntohs instead of htons to convert ce_flags to host byte order

Use ntohs instead of htons to convert ce_flags to host byte order

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
read-cache.c