Whamcloud - gitweb
LU-5061 obd: add lnb_ prefix to members of struct niobuf_local 51/10451/5
authorJohn L. Hammond <john.hammond@intel.com>
Thu, 29 May 2014 15:00:16 +0000 (10:00 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 24 Jul 2014 22:19:57 +0000 (22:19 +0000)
commit6fc066434a3b8d4cfee0e038eb5da1cf4c8b5c74
tree93554fd9017b55112feae41ac5fc53c515436cbe
parentbd2cd32261669849b901315f296e43f14dabf469
LU-5061 obd: add lnb_ prefix to members of struct niobuf_local

Add the prefix lnb_ to the members of struct niobuf_local that do not
already have it. Delete the relevant compat macros from
ofd_internal.h. Change the struct dentry *lnb_dentry member to void
*lnb_data as it is not used to hold a pointer to struct dentry.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I65ef2b697dbb13d62aa8c408f68732f569f15a48
Reviewed-on: http://review.whamcloud.com/10451
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd.h
lustre/obdclass/debug.c
lustre/obdecho/echo.c
lustre/obdecho/echo_client.c
lustre/ofd/ofd_internal.h
lustre/osd-ldiskfs/osd_io.c
lustre/osd-zfs/osd_io.c
lustre/target/tgt_handler.c