Whamcloud - gitweb
b=21379 Fix orphans proceeding in osc_create
authorWang Di <Tom.Wang@sun.com>
Wed, 21 Apr 2010 18:42:20 +0000 (11:42 -0700)
committerRobert Read <robert.read@oracle.com>
Wed, 21 Apr 2010 18:42:20 +0000 (11:42 -0700)
commit2deb4f149f4601f9128fd39efd4705573520f277
tree9f19f167a584044f12575dcfe041f3263cd1976f
parent58fac30e99f428438a12c6a3f4f6989ef0ec5c22
b=21379 Fix orphans proceeding in osc_create

in "osc_create", there is no need to proceed after the orphans are deleted, which cause the
oscc->oscc_next_id is increased by 1 and break the balance between it and the last objid stored
in "mds->mds_lov_page_array"

o=Zhang Hongchao
i=Johann
I=Tappro
12 files changed:
lustre/include/obd.h
lustre/lov/lov_obd.c
lustre/mdd/mdd_device.c
lustre/mdd/mdd_lov.c
lustre/mds/handler.c
lustre/mds/lproc_mds.c
lustre/mds/mds_log.c
lustre/mds/mds_lov.c
lustre/osc/osc_create.c
lustre/quota/lproc_quota.c
lustre/quota/quota_master.c
lustre/tests/replay-dual.sh