From patchwork Sun Jan 30 06:28:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robin Dong X-Patchwork-Id: 80999 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DC0581007D1 for ; Sun, 30 Jan 2011 17:28:26 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751165Ab1A3G2Y (ORCPT ); Sun, 30 Jan 2011 01:28:24 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:38265 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062Ab1A3G2X (ORCPT ); Sun, 30 Jan 2011 01:28:23 -0500 Received: by iyj18 with SMTP id 18so3863212iyj.19 for ; Sat, 29 Jan 2011 22:28:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=wEOboq4/24+Fj+7pxaFTyVFf+dSg1SH49o1QZvaZ6uE=; b=paj8N68A93/J54wCl0W5419ocnUYnkDFD0QpSfE8qM5CA/h2hZE+/o1m2VcJx3p5D1 +9eb4EeYvlvhn8FVJICfMZ9OtkIo5vAa7F94JGL+E9qJn6wgcJFUvMyChOPPaXFKyt/e Zcquk8qWju4rEzeWLjiufoC438rAKhm8d6yg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=x1WjDx5eD1tVVdG+l2g+A50vDjgW5C1EnOBHnbmqDQPybRF6ZisJ/+HWe0mcdNctmz SnP4xEyy8TEBMurWncMt29o6DxUMfJgfvOrBC/zmUh81vz6hPeSmsss0LsjWa0T8gnJY ye8kEqiIxCLMSmLUDPINHU7R8nrCxNXRGf2iw= Received: by 10.42.165.74 with SMTP id j10mr6108509icy.130.1296368903125; Sat, 29 Jan 2011 22:28:23 -0800 (PST) Received: from localhost.localdomain ([110.75.120.250]) by mx.google.com with ESMTPS id 8sm16555421iba.10.2011.01.29.22.28.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 22:28:22 -0800 (PST) From: hao.bigrat@gmail.com To: linux-ext4@vger.kernel.org Cc: Robin Dong , Andreas Dilger , Theodore Tso , Coly Li Subject: [PATCH 2/3] dumpe2fs: add '-s' flags for manual Date: Sun, 30 Jan 2011 14:28:06 +0800 Message-Id: <1296368886-14046-1-git-send-email-hao.bigrat@gmail.com> X-Mailer: git-send-email 1.7.3.5 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Robin Dong Signed-off-by: Robing Dong --- misc/dumpe2fs.8.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index c1dfcbd..cf611c9 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -55,6 +55,9 @@ can cause some of dumpe2fs's display to be suspect). only display the superblock information and not any of the block group descriptor detail information. .TP +.B \-s +display the statistical information of file system blocks usage. +.TP .B \-i display the filesystem data from an image file created by .BR e2image ,