]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - io/resblks.c
xfs_repair: fix 'bno' shadow vars in scan.c
[thirdparty/xfsprogs-dev.git] / io / resblks.c
index 73318ae03fd267120f0fb4083236c6de217fa3d8..0dbec09576589ca054a0ba2fde353e30473ad94e 100644 (file)
@@ -1,19 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2003-2005 Silicon Graphics, Inc.
  * All Rights Reserved.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include "command.h"
@@ -61,7 +49,7 @@ resblks_init(void)
        resblks_cmd.cfunc = resblks_f;
        resblks_cmd.argmin = 0;
        resblks_cmd.argmax = 1;
-       resblks_cmd.flags = CMD_NOMAP_OK;
+       resblks_cmd.flags = CMD_NOMAP_OK | CMD_FLAG_ONESHOT;
        resblks_cmd.args = _("[blocks]");
        resblks_cmd.oneline =
                _("get and/or set count of reserved filesystem blocks");