From 4c2d8bec15be6d0cd7a007754cdb916043f229f7 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 9 Sep 2002 01:29:24 +0000 Subject: [PATCH] - defiition of the flag and value --- lustre/include/linux/lustre_lite.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_lite.h b/lustre/include/linux/lustre_lite.h index a8e3a4f..712d410 100644 --- a/lustre/include/linux/lustre_lite.h +++ b/lustre/include/linux/lustre_lite.h @@ -55,12 +55,15 @@ struct ll_inode_info { #define LL_COMMITCBD_STOPPED 0x2 #define LL_COMMITCBD_RUNNING 0x4 +#define LL_SBI_NOLCK 0x1 + struct ll_sb_info { unsigned char ll_sb_uuid[37]; struct lustre_handle ll_mdc_conn; struct lustre_handle ll_osc_conn; obd_id ll_rootino; /* number of root inode */ - + + int ll_flags; wait_queue_head_t ll_commitcbd_waitq; wait_queue_head_t ll_commitcbd_ctl_waitq; int ll_commitcbd_flags; -- 1.8.3.1