Whamcloud - gitweb
LU-64 define LOV default layout as FID_SEQ value
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 16 May 2011 06:02:24 +0000 (00:02 -0600)
committerOleg Drokin <green@whamcloud.com>
Mon, 13 Jun 2011 23:49:49 +0000 (16:49 -0700)
commit624fd0ca0832e92dd2f5486984b6c7f7397619ba
treec5af033272bf8d4235e296c581400f6e61e293d1
parentc0468e08ce5864884265a542606f6253cce19bad
LU-64 define LOV default layout as FID_SEQ value

For directories without any default striping information the MDS
sends a magic LOV_OBJECT_GROUP_DEFAULT value for the lmm_seq field.
Since this is really a magic FID_SEQ value, define it in the same
place as other FID_SEQ values as FID_SEQ_LOV_DEFAULT so that it is
visible.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I0ae9dc993d15aedb38ab79e40c67a687d956a6c4
Reviewed-on: http://review.whamcloud.com/910
Reviewed-by: Prakash Surya <surya1@llnl.gov>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre/lustre_idl.h
lustre/mdd/mdd_object.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_log.c
lustre/utils/liblustreapi.c