From b3dceaed939a1f78872b3f63f8c8599e29edf770 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 1 Nov 2006 23:02:56 +0000 Subject: [PATCH] osd: remove unused fields. --- lustre/osd/osd_internal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/osd/osd_internal.h b/lustre/osd/osd_internal.h index 79eb726..38edf3b 100644 --- a/lustre/osd/osd_internal.h +++ b/lustre/osd/osd_internal.h @@ -51,7 +51,6 @@ struct osd_thread_info { struct lu_fid oti_fid; struct osd_inode_id oti_id; - struct iattr oti_iattr; /* * XXX temporary: for ->i_op calls. */ @@ -64,13 +63,13 @@ struct osd_thread_info { /* * XXX temporary: fake file for body operations. */ - struct file oti_file; struct timespec oti_time; int oti_r_locks; int oti_w_locks; int oti_txns; + /* - *XXX temporary: for capa operations. + * XXX temporary: for capa operations. */ struct lustre_capa_key oti_capa_key; struct lustre_capa oti_capa; -- 1.8.3.1