Whamcloud - gitweb
LU-1606 api: Move defines from lustre_idl.h to lustre_user.h
authorChristopher J. Morrone <morrone2@llnl.gov>
Wed, 18 Jul 2012 01:29:31 +0000 (18:29 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 25 Jul 2012 22:01:10 +0000 (18:01 -0400)
commit8a06a00535b929a8b5761764457be03a3308f6ec
treec480c248f0675f319a554cc7dce2db77b45a0224
parentb1b74d17b646a96645d7c819734697ea8362e86e
LU-1606 api: Move defines from lustre_idl.h to lustre_user.h

Move some defines that user's require to be able to use
the api's get_stripe functions.  Since lustre_user.h is the
place designated in lustre_idl.h as the place for definitions
needed both in the IDL and in user space, and since lustre_idl.h
will not compile in user space, it seems logical to relocate
these definitions there.

Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Change-Id: Ib0133553f902d68222c16c5fc5b99cd5a9cd033d
Reviewed-on: http://review.whamcloud.com/3426
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Li Wei <liwei@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre/lustre_idl.h
lustre/include/lustre/lustre_user.h