]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Undoes mod: xfs-cmds:slinx:113024a
authorEric Sandeen <sandeen@sgi.com>
Wed, 13 Mar 2002 16:39:34 +0000 (16:39 +0000)
committerEric Sandeen <sandeen@sgi.com>
Wed, 13 Mar 2002 16:39:34 +0000 (16:39 +0000)
libxfs/init.c

index 6b2bec3d74c7603a5aaa461c5a44a57615c62e1d..bf3e0a4558ed3b22596511933a2da9dfbdf19719 100644 (file)
@@ -162,9 +162,6 @@ findsize(char *path)
        } else {
                /* If BLKGETSIZE64 fails, try BLKGETSIZE */
                unsigned long tmpsize;
-
-               fprintf(stderr, "%s: warning - BLKGETSIZE64 failed, falling "
-                       "back to BLKGETSIZE (%s)\n", progname, strerror(errno));
                error = ioctl(fd, BLKGETSIZE, &tmpsize);
                if (error < 0) {
                        fprintf(stderr, "%s: can't determine device size\n",