Whamcloud - gitweb
b=23781 fix obdo leak issue
authorhongchao.zhang <Hongchao.Zhang@sun.com>
Sun, 12 Sep 2010 19:52:59 +0000 (03:52 +0800)
committerjohann <johann@granier.local>
Tue, 28 Sep 2010 14:01:11 +0000 (16:01 +0200)
commite2edf92824340a7495cdb9b12b9670eac9f76830
tree68b421cc2f875665269d0eecd9b1988e630c2efb
parent2bbc622214a3dad366a81cb2883ca612dd84f7a1
b=23781 fix obdo leak issue

in ll_setattr_raw, if ll_extent_lock call fails, the newly allocated
obdo has not been freed before return.

i=johann
lustre/llite/llite_lib.c
lustre/tests/sanity-quota.sh [changed mode: 0644->0755]