]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: make struct lu_site_bkt_data private
authorNeilBrown <neilb@suse.com>
Mon, 7 May 2018 00:54:48 +0000 (10:54 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 May 2018 11:09:19 +0000 (13:09 +0200)
commitbc5e7fb40d36edb95ce8f661596811bec3f7d5cf
treecd2b7c3c29bbb8852a76b2a5aa4216ee1ec6f8ff
parent25a7be4eb72fec180829c7dd6076abd3fca39dab
staging: lustre: make struct lu_site_bkt_data private

This data structure only needs to be public so that
various modules can access a wait queue to wait for object
destruction.
If we provide a function to get the wait queue, rather than the
whole bucket, the structure can be made private.

Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lu_object.h
drivers/staging/lustre/lustre/llite/lcommon_cl.c
drivers/staging/lustre/lustre/lov/lov_object.c
drivers/staging/lustre/lustre/obdclass/lu_object.c