Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Mon, 26 May 2008 19:53:14 +0000 (19:53 +0000)
committeradilger <adilger>
Mon, 26 May 2008 19:53:14 +0000 (19:53 +0000)
Correct comment.

lustre/include/lustre/lustre_idl.h

index af095e1..6ac913c 100644 (file)
@@ -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. */
 };