From 6d0c7ccce95ebbbb84bf08c32c7d00b33591e9cf Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Wed, 23 May 2012 11:57:13 +0400 Subject: [PATCH] LU-1305 osd: lnb_file_offset in struct niobuf_local introduced in orion so that every buffer can be marked with a specific offset. Signed-off-by: Alex Zhuravlev Change-Id: Ic8c69fd401300107d589a093023ffe41c0f0eddd Reviewed-on: http://review.whamcloud.com/2884 Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo --- lustre/include/obd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 66b14f0..7c20ac2 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -806,6 +806,7 @@ struct lmv_obd { }; struct niobuf_local { + __u64 lnb_file_offset; __u64 offset; __u32 len; __u32 flags; -- 1.8.3.1