ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c
authorTao Ma <tao.ma@oracle.com>
Wed, 23 Dec 2009 06:31:15 +0000 (14:31 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 24 Dec 2009 01:52:16 +0000 (17:52 -0800)
commit8ff6af881deccca4f88e03f2fdadb1aac42e9489
treec380885c09aacadc96ab3fad0e607f2fa324dc97
parentb31d308ddcfb73349582a0196b5f65dad3cf5d17
ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c

In ocfs2_value_metas_in_xattr_header, we should Use
le16_to_cpu for ocfs2_extent_list.l_next_free_rec.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/xattr.c