Whamcloud - gitweb
LU-1280 ldiskfs: remove LASSERTF from ext3_ext_new_extent_cb()
[fs/lustre-release.git] / lustre / utils / ll_decode_filter_fid.c
index ac14f25..c5a0c54 100644 (file)
@@ -28,6 +28,8 @@
 /*
  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright (c) 2011, Whamcloud, Inc.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
 
 int main(int argc, char *argv[])
 {
-       char *prog;
        int rc = 0;
        int i;
 
-       prog = basename(argv[0]);
-
        for (i = 1; i < argc; i++) {
                char buf[1024]; /* allow xattr that may be larger */
                struct filter_fid *ff = (void *)buf;