ceph: remove redundant use of le32_to_cpu
authorNoah Watkins <noah@noahdesu.com>
Wed, 28 Oct 2009 21:04:48 +0000 (14:04 -0700)
committerSage Weil <sage@newdream.net>
Thu, 29 Oct 2009 00:44:37 +0000 (17:44 -0700)
commit35e054a66e07f508aa7cfabc7db1757379093689
tree3bf161c107ef24352c6ccc09b316b2e8ce0e74d8
parentfbbccec9c6218cbc9ff47c6d88bfc6b52079e3ea
ceph: remove redundant use of le32_to_cpu

Using stripe unit size calculated and saved on the stack to avoid
a redundant call to le32_to_cpu.

Signed-off-by: Noah Watkins <noah@noahdesu.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/osdmap.c