Whamcloud - gitweb
b=24037 Using cfs_curproc_umask() instead of reference directly.
[fs/lustre-release.git] / lustre / utils / ll_decode_filter_fid.c
index c7e2c63..ac14f25 100644 (file)
@@ -26,7 +26,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2009 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
                        fprintf(stderr, "%s: warning: fid larger than expected "
                                 "(%d bytes), recompile?\n", argv[i], size);
 
-                printf("%s: objid=%llu seq=%llu parent="DFID"\n",
+                printf("%s: objid="LPU64" seq="LPU64" parent="DFID"\n",
                        argv[i], le64_to_cpu(ff->ff_objid),
                        le64_to_cpu(ff->ff_seq),
                        le64_to_cpu(ff->ff_parent.f_seq),