From c70ba49037768be02d75c22aa9d703cb34c77d09 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 26 May 2008 19:53:14 +0000 Subject: [PATCH] Branch HEAD Correct comment. --- lustre/include/lustre/lustre_idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index af095e1..6ac913c 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -188,7 +188,7 @@ static inline int range_is_exhausted(struct lu_range *r) struct lu_fid { __u64 f_seq; /* holds fid sequence. Lustre should support 2 ^ 64 * objects, thus even if one sequence has one object we - * reach this value. */ + * will never reach this value. */ __u32 f_oid; /* fid number within its sequence. */ __u32 f_ver; /* holds fid version. */ }; -- 1.8.3.1