]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2/quota: sparse fixes for quota
authorTao Ma <tao.ma@oracle.com>
Mon, 24 Nov 2008 23:21:36 +0000 (07:21 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:26 +0000 (08:40 -0800)
commite56318b5f9422e9a498e39b764dea50b694b8f44
tree5d8f864cdbbb60af5f0eb62e7e9c4f0ef1bdbd08
parentfa7c40a64c15b41cd469dbbb49a290fcc0e59056
ocfs2/quota: sparse fixes for quota

Fix 2 minor things in quota. They are both found by sparse check.
1. an endian bug in ocfs2_local_quota_add_chunk.
2. change olq_alloc_dquot to static.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/quota_local.c