From: adilger Date: Mon, 26 May 2008 19:53:14 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~438 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c70ba49037768be02d75c22aa9d703cb34c77d09;p=fs%2Flustre-release.git Branch HEAD Correct comment. --- 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. */ };